From 7642d89e1b9fab7b282f70fc871ef91532546a69 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 12 Feb 2019 16:40:07 +0000 Subject: [PATCH] Re-order push tag and release --- Release-Process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index ff3ef00..090107c 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -119,8 +119,6 @@ Go to https://github.com/weaveworks/scope/releases and edit the most recent rele so it matches the previous releases, editing the links as appropriate. Click **Save draft**, not Publish! -## bin/release publish - ## Update latest_release tag ``` @@ -128,6 +126,8 @@ $ git tag -a -f -m "Release $TAG" latest_release $TAG $ git push -f origin latest_release ``` +## bin/release publish + Log in to Docker Hub and quay.io with your account: ``` $ docker login