From 10cb91a8cab5fab8d8858d3ace90fc8688029241 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 21 May 2019 12:52:31 +0200 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 0ca4b88..dba0e08 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -30,10 +30,11 @@ Get the latest tools. ## Create a release branch +We use semantic versioning policy - https://semver.org/#summary + `$ git checkout -b release-0.1` -NB don't include patch versions in the branch name - successive patch versions for a given minor will be released of the same branch. -(i.e. name your branch `release-0.1` and not `relase-0.1.0`) +_**Note:** Don't include patch versions in the branch name - successive patch versions for a given minor will be released of the same branch (i.e. name your branch `release-0.1` and not `release-0.1.0`)_ ## Get a GitHub token