codacy/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
tool-versionThe version of the tool to be ranyeslatest
release-branchThe name of the release branchyesmaster
dev-branchThe name of the dev branchyesdev
minor-identifierThe string or regex to identify a minor release commityesfeature:
major-identifierThe string or regex to identify a major release commityesbreaking:
skip-prereleaseSkip prerelease part of the version. When true, release-branch and dev-branch are effectively ignoredyesfalse
prefixThe prefix to use in the versionno
log-pathsThe paths to be used to calculate changes (comma-separated)no./
namedescription
versionThe value of the new pre-calculated tag
non-prefixed-versionThe value of the new pre-calculated tag without the prefix
previous-versionContains the value of previous tag, before calculating a new one