sasosecnjak/Custom version String Generator

It generates a custom string, used for versioning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
marketing-versionMarketing version, like 1.0.0yes0.0.0
run-number-baseBase which is added to the `github.run_number`no0
build-number-separatorSeparator used when build number is added to the `marketing-version`no.
shaString added at the end of the `tech-version` and before `version-postfix`yes""
version-postfixPostfix string added at the end of the `tech-version`no""
namedescription
marketing-versionIs the [marketing-version]
build-numberIs the [run-number-base] + [github.run_number]
git-shortGITHUB_SHA shortened to 7 characters
store-tech-versionString combining [marketing-version].[build-number]
tech-versionString combining [store-tech-version].[git-short][version-postfix]
version-variationString combining [git-short][version-postfix]