Merge pull request #8985 from kubernetes/tstromberg-patch-3

release docs: clarify role of releases.json
pull/8986/head
Medya Ghazizadeh 2020-08-12 16:22:18 -07:00 committed by GitHub
commit 1645fdc98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -76,11 +76,11 @@ After job completion, click "Console Output" to verify that the release complete
**Note: If you are releasing a beta, you are done when you get here.**
## Check releases.json
## Merge the releases.json change
This file is used for auto-update notifications, but is not active until releases.json is copied to GCS.
The release script updates https://storage.googleapis.com/minikube/releases.json - which is used by the minikube binary to check for updates, and is live immediately.
minikube-bot will send out a PR to update the release checksums at the top of `deploy/minikube/releases.json`. You should merge this PR.
minikube-bot will also send out a PR to merge this into the tree. Please merge this PR to keep GCS and Github in sync.
## Package managers which include minikube