haya14busa/bumpr - Bump version when merging Pull Request with specific labels
Bump version when merging Pull Request with specific labels (bump:major,bump:minor,bump:patch)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| default_bump_level | Default bump level if labels are not attached [major,minor,patch]. Do nothing if it's empty | no | — |
| dry_run | Do not actually tag next version if it's true | no | — |
| github_token | GITHUB_TOKEN to list pull requests and create tags | yes | ${{ github.token }} |
| tag_as_user | Name to use when creating tags | no | — |
| tag_as_email | Email address to use when creating tags | no | — |
Outputs
| name | description |
|---|---|
| current_version | current version |
| next_version | next version |
| skip | True if release is skipped. e.g. No labels attached to PR. |
| message | Tag message |