shmorish/Auto Tags

Automatically create semver tags when a PR is merged to main

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bumpVersion bump type: patch, minor, or majoryespatch
tokenGitHub token used to create the tagno${{ github.token }}
tag-prefixPrefix for the version tag (e.g. "v" produces v1.2.3)nov
namedescription
new-tagThe newly created tag (e.g. v1.2.4)
previous-tagThe tag before bumping (e.g. v1.2.3)