diff --git a/docs/contributors/releasing_minikube.md b/docs/contributors/releasing_minikube.md index 9a6a9e4c65ad76c47c57c75b29d364a2a0c44bd3..f2ec35252bbac3d75d21ffa356733c6e91658479 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.