diff --git a/Versioning-Scheme.md b/Versioning-Scheme.md new file mode 100644 index 0000000..9e59283 --- /dev/null +++ b/Versioning-Scheme.md @@ -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. \ No newline at end of file