actions-marketplace-validations/Standardize Version 🔢

Convert a version string from SemVer-alike into the standard human-readable format, suitable for release names/tags.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion string to standardize. Something like: "1.2.3a1"yes—
python-versionPython version to use internallyno3.x
skip-python-setupSkip setup-python step if caller already did itnofalse
namedescription
vFull version + "v" prefix - recommended for release name/tag: "v0.1" / "v1.2.3-alpha1"
fullFull version without "v" prefix: "0.1" / "1.2.3-alpha1"
numberMain numeric version without suffix: "0.1" / "1.2.3"
suffix[Optional] last sub-version suffix. Example: "" / "alpha1"
is-preIs the version detected as pre-release (alpha/beta/RC)? Example: "false" / "true"