actions-marketplace-validations/bump2version-action

Increment the version in one or several files using bump2version, commit, tag, and push the change.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 18, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/fragiletech_bump-version@906650cc124b0c13b0376345f5c66c2b78ff3bd6 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
current_versionVersion of the project *before* the bump.yes
filesList of files in which to bump the version. The format is a concatenation of paths separated by a whitespace character.yes
commit_nameName of the identity that is used in the commit's author signature.yes
commit_emailEmail of the identity that is used in the commit's author signature.yes
loginGitHub user name of the identity. `bump-version` uses it together with `token` to push to the repository.
tokenGitHub personal access token of the identity. `bump-version` uses it together with `login` to push to the repository.yes
partPart of the semantic version to bump.nopatch

no outputs