lajosbencz/Manual Version Bump

Manual action for bumping of semver tag and optional release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
release_typeWhich SemVer level to bump (major/minor/patch)yespatch
pushWhether to tag and push to the remote repositorynofalse
filterFilter for the tag to bump, for eg: 1.2no
prefix_with_vWhether to prefix the version with a "v"notrue
prerelease_identifier_basePrerelease Identifier Base (only takes effect with release_type: prerelease)no
commit_hashThe commit hash to tagnoHEAD
commiter_nameThe name of the commiternogithub-actions
commiter_emailThe email of the commiternogithub-actions@github.com
namedescription
old_tagLatest tag before bump
new_tagNew tag after bump
old_tag_semverLatest semver before bump
new_tag_semverNew semver after bump
draftWhether the new tag is a draft (~0.0.0)
prereleaseWhether the new tag is a prerelease (^0.1.0)