spotdemo4/bumper
git version bumping action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | files to bump versions in | no | — |
| major_types | conventional commit types for MAJOR version bumps | no | — |
| minor_types | conventional commit types for MINOR version bumps | no | — |
| patch_types | conventional commit types for PATCH version bumps | no | — |
| skip_scopes | conventional commit scopes to skip over | no | — |
| commit | commit changes after bumping | no | true |
| tag | tag changes after bumping | no | true |
| push | push changes after bumping | no | true |
| force | force at least a PATCH version bump | no | — |
| allow_dirty | allow a dirty working directory | no | — |
| github_token | GitHub token with permissions to fetch, push and tag | — | ${{ github.token }} |
| debug | enable debug logging | no | ${{ runner.debug }} |
Outputs
no outputs