jobport/bump package - Bump package version when merging Pull Request with bump labels
Bump package 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 [bump:major,bump:minor,bump:patch]. Do nothing if it's empty | — | — |
| dry_run | Do not actually tag next version if it's true | — | — |
| github_token | GITHUB_TOKEN to list pull requests | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| level | major, minor or patch (or empty) |
| skipped | True if release is skipped. e.g. No labels attached to PR. |