diff options
Diffstat (limited to 'en/versioning.md')
| -rw-r--r-- | en/versioning.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/en/versioning.md b/en/versioning.md new file mode 100644 index 0000000..c90a385 --- /dev/null +++ b/en/versioning.md @@ -0,0 +1,9 @@ +## Versioning {#versioning} + +We following [SEMVER](http://semver.org/) standards, using a MAJOR.MINOR.PATCH versioning scheme. This means that we will increment versioning in the following way: + +* MAJOR version when we make incompatible API changes, +* MINOR version when we add functionality in a backwards-compatible manner, +* PATCH version when we make backwards-compatible bug fixes. + +You can see the current version and deploy date by viewing the [Status](https://api.dc01.gamelockerapp.com/status) endpoint. |
