From fe15132c31254819a5f02df62c4f553975b5196f Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 5 Oct 2018 14:46:20 -0700 Subject: [PATCH] Improve build release doc --- docs/contributors/releasing_minikube.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributors/releasing_minikube.md b/docs/contributors/releasing_minikube.md index 13623e989d..c7c88165bd 100644 --- a/docs/contributors/releasing_minikube.md +++ b/docs/contributors/releasing_minikube.md @@ -59,10 +59,11 @@ And run a command like this to push the tag: `git push upstream v0.2.0`. ## Build the Release -This step uses the git tag to publish new binaries, but only for people who know where to find them: +This step uses the git tag to publish new binaries to GCS: * http://go/minikube:build-release * Ensure that you are logged in (top right) + * `VERSION_MAJOR`, `VERSION_MINOR`, and `VERSION_BUILD` should reflect the values in your Makefile * For `ISO_SHA256`, run: `gsutil cat gs://minikube/iso/minikube-v.iso.sha256 * Click *Build*