truecommerce/Version

A composite GitHub action used to calculate the next (or current in the case of releases) SemVer version number during a build.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
release-branchThe branch where release tags are added. Usually main or master. Default is master.nomaster
namedescription
semverFormat: {major}.{minor}.{patch}-{branch}.{commits}.{hash}
semverWithBuildMetadataFormat: {major}.{minor}.{patch}-{branch}.{commits}.{hash}+{metadata}
semverMajorFormat: {major}
semverMajorMinorFormat: {major}.{minor}
semverMajorMinorPatchFormat: {major}.{minor}.{patch}