actions-marketplace-validations/bump2version-action
Increment the version in one or several files using bump2version, commit, tag, and push the change.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 18, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/fragiletech_bump-version@906650cc124b0c13b0376345f5c66c2b78ff3bd6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| current_version | Version of the project *before* the bump. | yes | — |
| files | List of files in which to bump the version. The format is a concatenation of paths separated by a whitespace character. | yes | — |
| commit_name | Name of the identity that is used in the commit's author signature. | yes | — |
| commit_email | Email of the identity that is used in the commit's author signature. | yes | — |
| login | GitHub user name of the identity. `bump-version` uses it together with `token` to push to the repository. | — | — |
| token | GitHub personal access token of the identity. `bump-version` uses it together with `login` to push to the repository. | yes | — |
| part | Part of the semantic version to bump. | no | patch |
Outputs
no outputs