From 883034fea5791c6096376c46e9118b2a2afe0c72 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Thu, 25 Apr 2019 15:13:28 -0700 Subject: [PATCH] Update releasing_minikube.md --- docs/contributors/releasing_minikube.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributors/releasing_minikube.md b/docs/contributors/releasing_minikube.md index 9a6a9e4c65..f2ec35252b 100644 --- a/docs/contributors/releasing_minikube.md +++ b/docs/contributors/releasing_minikube.md @@ -8,6 +8,7 @@ ## Build a new ISO Major releases always get a new ISO. Minor bugfixes may or may not require it: check for changes in the `deploy/iso` folder. +To check, run `git log -- deploy/iso` from the root directory and see if there has been a commit since the most recent release. Note: you can build the ISO using the `hack/jenkins/build_iso.sh` script locally.