From 53a6fda9e2f5598c4bb27bbc573f18a3af05c64c Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 12 Feb 2019 16:40:57 +0000 Subject: [PATCH] Remove with/without SUDO - the Makefile figures this out for itself --- Release-Process.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 090107c..a806803 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -99,12 +99,6 @@ This performs sanity checks and produces artifacts. $ bin/release build ``` -If you don't need `sudo` (most likely under Mac OS), run: - -``` -$ SUDO= bin/release build -``` - ## bin/release draft Create release draft on GitHub @@ -148,11 +142,6 @@ $ env GITHUB_TOKEN=xxx bin/release publish ``` This interacts with Docker. -If you don't need sudo to run Docker commands, you should do - -``` -$ env GITHUB_TOKEN=xxx SUDO= bin/release publish -``` ## Merge