actions-marketplace-validations/Git Tag Generator

Generate and push SemVer formatted git tag on push/merge with specified commit message

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None

no inputs

namedescription
last_tagThe latest tag before running this action
new_tagNewly generated tag
tag_generated1 if new tag is generated successfully. 0 if no tag is generated
last_majorThe major part of last tag
last_minorThe minor part of last tag
last_patchThe patch part of last tag
majorThe major part of new tag
minorThe minor part of new tag
patchThe patch part of new tag
bump_verThe bump version string e.g. `major`, `minor` or `patch`