Updated Release Process (markdown)

Bryan Boreham
2019-02-12 16:34:52 +00:00
parent bf24504472
commit f9135849d9
+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