From 65684d34638327c02ec0558cd015ea834f19bc1b Mon Sep 17 00:00:00 2001 From: irongut Date: Sat, 19 Feb 2022 00:40:08 +0000 Subject: [PATCH] addded versioning to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3041af2..95145e2 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,16 @@ jobs: ``` +## Version Numbers + +Version numbers will be assigned according to the [Semantic Versioning](https://semver.org/) scheme. +This means, given a version number MAJOR.MINOR.PATCH, we will increment the: + +1. MAJOR version when we make incompatible API changes +2. MINOR version when we add functionality in a backwards compatible manner +3. PATCH version when we make backwards compatible bug fixes + + ## Contributing ### Report Bugs