From cd1c268b0ca1772994f54b70658476270ef8cac0 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 2 Nov 2015 14:28:28 +0000 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 24 ------------------------ 1 file changed, 24 deletions(-) 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`