alirezatheh/Auto Bump Versions
Automate bump versions in `CHANGELOG.md` (`Keep a Changelog` format) and other files, then commit and push changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 5, 2023
- License
- MIT
Pinned Snippet
uses: alirezatheh/auto-bump-versions@f665b0890f5642647d45ce7eceddf8324cfb24e6 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token. | yes | — |
| new-version | The version to be bumped. If missing guess the new version using section names in unreleased changes of `CHANGELOG.md` (`Keep a Changelog` format). | no | — |
| use-bumpver | If use `BumpVer` to bump local version in files other than `CHANGELOG.md`. If this is `true` your project root must contain `bumpver.toml` file. | no | false |
Outputs
| name | description |
|---|---|
| new-version | New bumped version. If `new-version` input is missing, is the guessed version. |