Updated Release Process (markdown)

Filip Barl
2019-05-21 17:27:44 +02:00
parent a50e1b26da
commit 57e83a799b
+4 -8
@@ -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: <your username>
Password:
Email: <your email>
$ docker login quay.io
Username: <your username>
Password:
Email: <your 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