codedesignplus/codedesignplus/semver-git-version

Semver versioning based on the git history and commit messages of your repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe version of the tool to be ranyeslatest
folderExecute the command in the defined folderyes
release-branchThe name of the release branchyesmain
release-candidate-branchThe name of the release candidate branchyesrc
beta-branchThe name of the beta branchyesdev
major-identifierSpecifies the string or regex to identify a major release commityesbreaking
minor-identifierSpecifies the string or regex to identify a minor release commityesfeat
prefixThe prefix to use in the versionnov
dir-affectedDirectory affected inside monorepo to calculate changes (comma-separated)no./
previous-versionReturns the previous tag instead of calculating a new onenotrue
new-versionReturns the new versionnotrue
namedescription
new-versionThe value of the new pre-calculated tag
new-version-prefixThe value of the new pre-calculated tag
previous-tagContains the value of previous tag, before calculating a new one
previous-versionContains the value of previous tag, before calculating a new one
previous-version-prefixContains the value of previous tag, before calculating a new one