moooozi/Semver Anchor

Keep the vX and vX.Y tags anchored to the latest vX.Y.Z release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagRelease tag to derive the floating tags from. Must be in vX.Y.Z form. Defaults to the ref name that triggered the workflow (e.g. v1.2.3).no${{ github.ref_name }}
skip-majorSkip updating the vX tag. Useful when you only want the vX.Y float.nofalse
namedescription
tags-updatedComma-separated list of floating tags that were created or updated.
minor-tagThe vX.Y tag that was updated.
major-tagThe vX tag that was updated (empty if it was skipped or a higher minor exists).