fragiletech/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: fragiletech/bump-version@c022e89bf1b6c4753bd39bc1f9c979da7fabe2f8 # v1.0.4tags 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