mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
Updated Release Process (markdown)
+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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user