Updated Release Process (markdown)

Tom Wilkie
2015-11-02 14:28:28 +00:00
parent 74adace4f1
commit cd1c268b0c
-24
@@ -21,30 +21,6 @@ It can also serve as a helpful source of information for those who follow in you
Releases **must** be performed from Linux.
You also need a working Docker environment.
## Get the latest tools
As of 1 October 2015, you need our fork of github-release,
```
$ go get -u -v github.com/weaveworks/github-release
```
You also need weaveworks/tools in the same parent folder as weaveworks/scope
```
$ cd ..
$ git clone https://github.com/weaveworks/tools
```
## Update the dependencies
This **must** be done from the master branch.
```
$ git checkout master
$ make update
```
## Create a release branch
`$ git checkout -b release-0.1.0`