diff --git a/Release-Process.md b/Release-Process.md index 5f83588..ff3ef00 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -89,8 +89,6 @@ Proceed from here only when: $ TAG=v0.1.0 $ git tag -a -m "Release $TAG" $TAG $ git push --tags origin release-0.1 -$ git tag -a -f -m "Release $TAG" latest_release $TAG -$ git push -f git@github.com:weaveworks/scope latest_release ``` ## bin/release build @@ -123,6 +121,13 @@ Click **Save draft**, not Publish! ## bin/release publish +## Update latest_release tag + +``` +$ git tag -a -f -m "Release $TAG" latest_release $TAG +$ git push -f origin latest_release +``` + Log in to Docker Hub and quay.io with your account: ``` $ docker login