actions-marketplace-validations/Semver Parse

Parses a semantic version from a given string or git tag

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceA source to take string fromno
stringA string to extract semver fromno
fallbackA string to use as a tag when it is not foundno
patternRegex to extract semantic version from a input stringno
namedescription
fullA full representation of the semver
majorMAJOR part of the semver
minorMINOR part of the semver
patchPATCH part of the semver
prereleasePRERELEASE part of the semver
buildBUILD part of the semver