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