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