mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-23 22:36:24 +00:00
Updated Release Process (markdown)
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user