ci: switch versioning from CalVer to SemVer #120
Reference in New Issue
Block a user
Delete Branch "chore/semver-switch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Switches release tagging from CalVer (
2026.06.x) to SemVer (vX.Y.Z), relaunching atv1.0.0.Why:
go install @latestignored every CalVer tag and built untagged HEAD pseudo-versions2026.06.x) are invalid semver, so the rebuilt pipeline would have failed on the next CalVer tag/v2026module path suffixChanges:
[0-9]*→v[0-9]*(release-binaries, release-docker, GitHub mirror-release relay)cliff.tomltag_pattern→v[0-9].*— regex, not glob (git-cliff ≥1.4); old pattern[0-9]*matched everything by accidentv(git tagv1.2.3→lerkolabs/uptop:1.2.3) per registry conventionValidated:
goreleaser checkpasses,git-cliffrenders full history under Unreleased with the new pattern.