Add the 'latest' step to RELEASING.md

pull/332/head
dlorenc 2016-07-13 10:37:16 -07:00
parent 65a855e7a1
commit e4f5ce5ba1
1 changed files with 7 additions and 1 deletions

View File

@ -68,4 +68,10 @@ Use this command from a clean git repo:
```shell
gsutil cp deploy/minikube/releases.json gs://minikube/releases.json
```
```
## Mark the release as `latest` in GCS:
```shell
gsutil cp -r gs://minikube/releases/$RELEASE gs://minikube/releases/latest
```