mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
Updated Release Process (markdown)
+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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user