actions-marketplace-validations/GitHub Actions Create Tag

Bump and push git tag on merge

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenRequired for permission to tag the repo.yes
default_bumpWhich type of bump to use when none explicitly provided (default: `patch`).nopatch
tagTag name (default: `0.0.1`).yesv0.0.1
release_branchesComma separated list of branches (bash reg exp accepted) that will generate the release tags. Other branches and pull-requests generate versions postfixed with the commit hash and do not generate any tag. Examples: `master` or `.*` or `release.*,hotfix.*,master`...nomaster
create_annotated_tagBoolean to create an annotated tag rather than lightweightnofalse
dry_runDo not perform tagging, just calculate next version and changelog, then exitnofalse
namedescription
new_tagGenerated tag
latest_hashlatest commit hash
previous_tagPrevious tag (or `0.0.0`)
changelogThe conventional changelog since the previous tag