mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-23 22:36:24 +00:00
Updated Release Process (markdown)
+4
-2
@@ -26,7 +26,9 @@ First, get the latest tools.
|
||||
|
||||
## Create a release branch
|
||||
|
||||
`$ git checkout -b release-0.1.0`
|
||||
`$ 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.
|
||||
|
||||
## Update the CHANGELOG and test
|
||||
|
||||
@@ -55,7 +57,7 @@ Only proceed from here once you have a few LGTMs.
|
||||
|
||||
```
|
||||
$ git tag -a -m "Release v0.1.0" v0.1.0
|
||||
$ git push --tags origin release-0.1.0
|
||||
$ git push --tags origin release-0.1
|
||||
$ git tag -a -f -m "Release v0.1.0" latest_release v0.1.0
|
||||
$ git push -f git@github.com:weaveworks/scope latest_release
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user