gitcalver/gitcalver

Derive version numbers from git history using calendar versioning

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prefixLiteral string prepended to version (e.g., "0." for semver, "v0." for Go modules)no""
dirtyEnable dirty versions with this suffix string (e.g., "-dirty", "+dirty", "-SNAPSHOT"). Empty (default) refuses dirty workspaces.no""
dirty-hashAppend .HASH suffix on dirty versionsnotrue
branchOverride default branch detectionno""
remoteRemote used for cached branch detection and tag publicationnoorigin
tag-prefixLiteral string prepended to the version when naming the tagno""
tagCreate and push a lightweight git tag with the computed version. Requires the version to be clean (not dirty) and contents: write permission.nofalse
namedescription
versionThe computed version string
dateThe YYYYMMDD date component
countThe N count component
dirtyWhether the workspace was dirty (true/false)
hashShort SHA of HEAD
tagTag name formed from tag-prefix and version