From 85f4f269421b2f3d0857b997f782f006b603717c Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 30 Jun 2017 17:35:26 +0200 Subject: [PATCH] doc: release cycle. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d000e044b..f8d53ba07 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ You can find the complete documentation [here](https://docs.traefik.io). Please refer to [this section](.github/CONTRIBUTING.md). -## Code Of Conduct +## Code of Conduct Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. @@ -127,6 +127,21 @@ Please note that this project is released with a [Contributor Code of Conduct](C You can join [![Join the chat at https://traefik.herokuapp.com](https://img.shields.io/badge/style-register-green.svg?style=social&label=Slack)](https://traefik.herokuapp.com) to get basic support. If you prefer commercial support, please contact [containo.us](https://containo.us) by mail: . +## Release cycle + +- Release: We try to release a new version every 2 months + - i.e.: 1.3.0, 1.4.0, 1.5.0 +- Release candidate: we do RC (1.**x**.0-rc**y**) before the final release (1.**x**.0) + - i.e.: 1.1.0-rc1 -> 1.1.0-rc2 -> 1.1.0-rc3 -> 1.1.0-rc4 -> 1.1.0 +- Bug-fixes: For each version we release bug fixes + - i.e.: 1.1.1, 1.1.2, 1.1.3 + - those versions contain only bug-fixes + - no additional features are delivered in those versions +- Each version is supported until the next one is released + - i.e.: 1.1.x will be supported until 1.2.0 is out +- We use [Semantic Versioning](http://semver.org/) + + ## Maintainers - Emile Vauge [@emilevauge](https://github.com/emilevauge)