bitte icon indicating copy to clipboard operation
bitte copied to clipboard

Semantic Versioning

Open nrdxp opened this issue 3 years ago • 1 comments

Originally, I wanted to start the same versioning scheme here I had initiated for bitte cli, which was the semver semantic. At the time, it was argued that calendar version may be more appropriate, and that's what was initiated.

However, now that we are maintaining release branches for patches and hot-fixes, it really seems that semantic versioning would be more appropriate. Adding additional commits to a date versioning release kind of destroys the meaning of the version, and the patch release number x.x.[0-9] seems more appropriate for that kind of thing.

nrdxp avatar Jan 28 '22 19:01 nrdxp

Agreed. CalVer is more oriented around "packages with a static interface, but changing content". Bitte is under heavy development right now, and the API is changing greatly.

jonringer avatar Jan 28 '22 19:01 jonringer