actions-marketplace-validations/Bump Versions
A GitHub Action to easily bump version files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version_file | Version file to bump path | no | VERSION |
| prefix | how to prefix the tag | no | "" |
| github_token | the github token to push changes | no | — |
| prerelease_tag | The prerelease tag, for example alpha will give you the version `0.0.1-alpha.0` | no | — |
| branch | The branch to bump version in | no | "" |
| ignore | Filenames to ignore, separated by commas | no | "" |
Outputs
| name | description |
|---|---|
| version | New version |
| prefix | Prefix if set |