absaoss/Version Tag Check

Validate semantic version tags (v1.2.3) with qualifiers (SNAPSHOT, ALPHA, BETA, RC, HF, RELEASE).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Aug 23, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: absaoss/version-tag-check@4145e48bf3f77a5afff2ec9afdd8afb6b53bce34 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-repositoryThe GitHub repository to check for the latest version tag. Example: "owner/repo".yes
version-tagThe version tag sequence to validate. Example: "v1.2.3" or "v1.2.3-RC1".yes
should-existFlag to indicate if the version tag should exist in the repository. Setting to `true` disables increment validity check.nofalse

no outputs