chancie86/github-action-version-tag

Gets and, optionally, pushes git version tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionPrefixA git tag prefix. Defaults to 'v'.v
incrementTypeThe version value to increment. Possible values are Major, Minor, Patch.Patch
isPrereleaseIf 'true', appends '-pre' to the patch number and includes an auto incremented build number, e.g. '1.0.1-pre.0'.false
pushIf 'true', pushes the next version tag to gitfalse
preLabelThe pre-release label to use, e.g. 'pre' would result in '1.0.0-pre.0'.pre
gitUserNameGit usernameGitHub
gitUserEmailGit emailgithub@contoso.org
namedescription
currentVersionThe current git tag version
nextVersionThe next git tag version, e.g. MyPrefx-1.0.0-pre.0
nextSemanticVersionThis is the same as nextVersion without the version prefix, e.g. 1.0.0-pre.0.