oliver-binns/Release Version
Create new GitHub release using Conventional Commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub Actions token with write permissions, see docs: https://docs.github.com/en/actions/security-guides/automatic-token-authentication | no | — |
| ACTION_TYPE | Which type of action to perform. | yes | — |
| TAG_ONLY | True if a Git tag should be created but not a GitHub release | no | false |
| CONTAINS_BREAKING_CHANGE | Whether the commit being validated contains a breaking change to the public facing API | no | false |
Outputs
| name | description |
|---|---|
| release_version | Release version in semantic format; e.g. 1.0.0 |