From 57e83a799b886dcd6fcb17bd76231fda5038f5b5 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 21 May 2019 17:27:44 +0200 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 7e48b42..e97c6df 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -123,17 +123,13 @@ $ git push -f origin latest_release ## bin/release publish -Log in to Docker Hub and quay.io with your account: +Log in to Docker Hub with your account: + ``` $ docker login Username: Password: Email: - -$ docker login quay.io -Username: -Password: -Email: ``` Then push the release: @@ -142,11 +138,11 @@ Then push the release: $ env GITHUB_TOKEN=xxx bin/release publish ``` -This interacts with Docker. +_**Note:** The script might still try to push images to quay.io - the issue [#3614](https://github.com/weaveworks/scope/issues/3614) is supposed to address that legacy._ ## Merge -Merge the release branch to master. +Merge the release branch to master and publish the release draft. ## Add new release to checkpoint-api.weave.works