cosontech/Calculate version numbers

Calculate semantic and build versions of your solutions during GitHub workflow execution

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGitHub Tokenyes
major-numberVersion - Major Numberyes1
minor-numberVersion - Minor Numberyes0
prerelease-custom-identifierVersion - Custom Pre-Release Identifier (default: "alpha" on dev & development branches, "beta" on staging & uat branches, none on main & master branches, "tmp" on others branches)no
force-finale-versionSet "true" to force the action to calculate a finale version number (without pre-relase identifier and number) even if the current branch is not main or masternofalse
namedescription
semVersionCalculated semantic version number (x.y.z)
buildVersionCalculated build version number (x.y.z.0)
dockerTagSuggested docker tag ("latest" if branch is main or master, otherwise the name of the branch)