From 3235f30a988a77a3f0dcb100d65c8f37eac244c8 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 14 Nov 2016 23:21:19 +0000 Subject: [PATCH] [skip ci] clarify release branches --- docs/releasing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releasing.md b/docs/releasing.md index 900145496..808aebed9 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -32,6 +32,7 @@ We may introduce forward-compatible changes: query parameters and response prope - The `master` branch is for the bleeding edge development - We create and maintain release branches `x.y` to control the release flow +- We create the release branch once we tagged the final version `x.y.0` version, RCs go on master - No minor or major version will be released without a code-equal release candidates - For quality assurance, release candidates will be run on the demo server for 24 hours before releaseing the version proper - Patch versions may be released without a release candidate