Add Versioning Scheme

anonoe 2025-12-15 18:36:09 +01:00
parent 721d1d27a8
commit 1251c3778e

11
Versioning-Scheme.md Normal file

@ -0,0 +1,11 @@
Package names comply with the following versioning scheme:
- Each package is named like this:
`MMS-*branch*-*X.Y*`
- ***branch*** can be one of
- full
- client
- client-min
- server
- The major version number ***X*** describes the global version. Updates affect all branches.
- The minor version number ***Y*** describes the local branch version. Updates affect only this branch.