fdiesel/Release Semantic Version by Conventional Commits
Creates a release and tag based on conventional commits on GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The github token. Use secrets.GITHUB_TOKEN | yes | — |
| phase | The phase of the release (dev / prod) | yes | dev |
| app_name | The name of the app to link to in the discord release | no | — |
| app_url | The URL of the app to link to in the discord release | no | — |
| discord_webhooks | The discord webhook to send releases to | no | — |
| discord_release_color | The color of the discord release | no | — |
| _job_status | DO NOT TOUCH | — | ${{ job.status }} |
Outputs
| name | description |
|---|---|
| created | If a release was created |
| preRelease | Pre-release type if the release is a pre-release |
| tag | Tag name |
| majorTag | Major tag name |
| version | Semantic version |
| majorVersion | Major version |