actions-marketplace-validations/Version Composer

Returns a new version identifier

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
revision-patternCustom pattern showing version structure.noM.m.b
preferred-typeThe preferred revision type to fallback to if no other type can be determined. Possible values are 'build' or 'patch'nobuild
stable-branchName of branch in your repo that will be used for stable releases.nomaster
test-branchName of branch in your repo that will be used for test releases.notest
dev-branchName of branch in your repo that will be used for development releases.nodevelop
stable-tagCustom release tag name for stable releases. By default, stable releases have no stable tag.no
test-tagCustom release tag name for test releases.noTEST
dev-tagCustom release tag name for development releases.noUNSTABLE
namedescription
versionThe new version with the release tag appended at the end.
raw-versionVersion without the release tag at the end.
is-prereleaseTrue if this version is an unstable release (dev or test branch) or false otherwise.