Comment on New Jellyfin Server/Web release: 10.10.7
sugar_in_your_tea@sh.itjust.works 3 weeks agoWhy wait? Just release it as a big number release. The version number doesn’t define the size or cadence of a release, it just says whether there’s a breaking change.
mac@lemm.ee 3 weeks ago
At least in my org we use semantic versioning ( Major.Minor.patch) where patch must either be a new feature, a fix, or something that is backwards compatible
Rogue@feddit.uk 3 weeks ago
That’s not semantic versioning…
mac@lemm.ee 3 weeks ago
Guess my org fucked it up ¯\(ツ)/¯
Supernova1051@sh.itjust.works 3 weeks ago
everyone does their own thing, but semantic versioning is specifically:
MAJOR: Incompatible changes (breaks existing code). MINOR: New, compatible features. PATCH: Bug fixes, small improvements.