actions-marketplace-validations/Check Version Format in Tag

Check and extract version format from tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prefixVersion prefix in tag. `refs/tags/` is unnecessary.no""
namedescription
is_valid`true` if found valid version format in tag.
is_stable`true` if found stable version in tag. (not have pre-release metadata and major > 0)
fullSet full version as a string (include prefix).
full_without_prefixSet full version as a string (exclude prefix).
majorSet major version as a string (include prefix).
major_without_prefixSet major version as a string (exclude prefix).
minorSet minor version as a string.
patchSet patch version as a string.
prereleaseSet pre-release version as a string.
major_prereleaseSet major version with pre-release as a string (include prefix).
major_prerelease_without_prefixSet major version with pre-release as a string (exclude prefix).