warrengray/PR Semver Bump
Bump and tag a new version using pull request metadata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | The mode in which to run this action ('validate' or 'bump') | yes | — |
| major-label | The name of the PR label that specifies a major release | no | major release |
| minor-label | The name of the PR label that specifies a minor release | no | minor release |
| patch-label | The name of the PR label that specifies a patch release | no | patch release |
| require-release-notes | Whether or not release notes are required | no | false |
| release-notes-prefix | Text that designates the start of the release notes | no | "" |
| release-notes-suffix | Text that designates the end of the release notes | no | "" |
| repo-token | The repository's GITHUB_TOKEN, used to obtain PR data | yes | — |
| with-v | Set to 'true' to prefix versions with 'v' | no | false |
Outputs
| name | description |
|---|---|
| old-version | The version tag prior to bumping |
| version | The version tag after bumping |
| release-notes | The version's release notes |