crown0815/Git Versioner

Automatically calculate version numbers for Git repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the repository to calculate the version forno.
main-branchRegex to detect the main branchno
release-branchRegex to detect the release branch(es)no
feature-branchRegex to detect the feature branch(es)no
tag-prefixRegex to detect version tag(s)no
pre-release-tagLabel used to mark pre-release versions (e.g., pre, alpha, beta, rc, etc.), default: preno
patch-pre-release-tagLabel to be used to mark patch (Patch > 0) pre-release versions (e.g., rc, hotfix, patch, etc.), default: <PRE_RELEASE_TAG>no
continuous-deliveryCalculate version using continuous delivery modenofalse
commit-message-incrementingIncrement considering conventional commits (values: 'Disabled' (default) or 'Enabled')no
assembly-informational-formatFormat string for InformationalVersion outputno
as-releaseForces release generation instead of pre-releasenofalse
show-configPrint effective configuration and exitnofalse
verboseEnable verbose outputnofalse
configPath to a configuration file (TOML or YAML)no

no outputs