Add Versioning Scheme
parent
721d1d27a8
commit
1251c3778e
1 changed files with 11 additions and 0 deletions
11
Versioning-Scheme.md
Normal file
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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue