From b50ef4c02731cd5411ba9bbc5c2e5390235275f5 Mon Sep 17 00:00:00 2001 From: Balint Pato Date: Fri, 19 Oct 2018 15:28:34 -0700 Subject: [PATCH] Update docs/contributors/releasing_minikube.md Co-Authored-By: tstromberg --- docs/contributors/releasing_minikube.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/contributors/releasing_minikube.md b/docs/contributors/releasing_minikube.md index ad13a4523..e02460fd6 100644 --- a/docs/contributors/releasing_minikube.md +++ b/docs/contributors/releasing_minikube.md @@ -2,6 +2,9 @@ ## Build a new ISO +You only need to build the minikube ISO when the there are changes in the `deploy/iso` folder. +Note: you can build the ISO using the `hack/jenkins/build_iso.sh` script locally. + * http://go/minikube:build-iso * Ensure that you are logged in (top right) * For `ISO_VERSION`, type in the intended release version -- GitLab