diff --git a/README.md b/README.md index b925891889..ef7eeb64a2 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ Commit messages should follow the ['seven rules'][commitmsg] described in can be up to 72 characters in length (as OpenRS2 does not use email-based patches). +### Versioning + +OpenRS2 uses [Semantic Versioning][semver]. + ## License Unless otherwise stated, all code and data is licensed under version 3.0 (and @@ -107,3 +111,4 @@ OpenRS2. If not, see . [ktlint]: https://github.com/pinterest/ktlint#readme [lgpl]: https://www.gnu.org/licenses/lgpl-3.0.html [maven]: https://maven.apache.org/ +[semver]: https://semver.org/