From de6e2d841466c18db121a70783c251aec8126d18 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 2 Nov 2015 14:42:15 +0000 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Release-Process.md b/Release-Process.md index 48494d8..a406a8a 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -21,6 +21,12 @@ 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. +## Go to a Linux host + +Get the latest tools + +`$ make deps` + ## Create a release branch `$ git checkout -b release-0.1.0`