Comment on New Jellyfin Server/Web release: 10.10.7
mac@lemm.ee 1 week agoAt 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
Comment on New Jellyfin Server/Web release: 10.10.7
mac@lemm.ee 1 week agoAt 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 1 week ago
That’s not semantic versioning…
mac@lemm.ee 1 week ago
Guess my org fucked it up ¯\(ツ)/¯
Supernova1051@sh.itjust.works 6 days 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.
mac@lemm.ee 6 days ago
Lol, our OLTP repo does semver 99 - > Dev/stg semver 100 - > prod
No clue why they don’t adopt better branch names