y-writings/CalVer Beacon Action

Create scheduled CalVer release-trigger tags when a target branch changed since the previous CalVer tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
target_refBranch ref to evaluate and tag, for example main or refs/heads/main.yes
calver_dateOptional date override in YYYY.MM.DD or YYYY.MM.DD-[A-Za-z0-9]{1,32} format. Defaults to the current UTC date.no
tag_prefixOptional tag prefix using 1 to 32 ASCII letters, digits, hyphen, or underscore. Defaults to v.no
github_tokenGitHub token used for remote ref lookup and tag creation.no${{ github.token }}
namedescription
tagCalVer tag the action attempted to create.
createdWhether this action created the tag during this run.
target_shaCommit SHA resolved from target_ref.
previous_tagLatest existing canonical CalVer tag used for comparison, if any.
previous_tag_shaCommit SHA referenced by previous_tag, if any.