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`