Updated Release Process (markdown)

Filip Barl
2019-05-21 12:52:31 +02:00
parent f96266db39
commit 10cb91a8ca
+3 -2
@@ -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