lajosbencz/Manual Version Bump
Manual action for bumping of semver tag and optional release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release_type | Which SemVer level to bump (major/minor/patch) | yes | patch |
| push | Whether to tag and push to the remote repository | no | false |
| filter | Filter for the tag to bump, for eg: 1.2 | no | — |
| prefix_with_v | Whether to prefix the version with a "v" | no | true |
| prerelease_identifier_base | Prerelease Identifier Base (only takes effect with release_type: prerelease) | no | — |
| commit_hash | The commit hash to tag | no | HEAD |
| commiter_name | The name of the commiter | no | github-actions |
| commiter_email | The email of the commiter | no | github-actions@github.com |
Outputs
| name | description |
|---|---|
| old_tag | Latest tag before bump |
| new_tag | New tag after bump |
| old_tag_semver | Latest semver before bump |
| new_tag_semver | New semver after bump |
| draft | Whether the new tag is a draft (~0.0.0) |
| prerelease | Whether the new tag is a prerelease (^0.1.0) |