diff --git a/Release-Process.md b/Release-Process.md index a834f49..48494d8 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -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`