From 2742ec50a2ca7438184f187f6a9be22afef13d5e Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 5 Mar 2018 11:55:43 +0800 Subject: [PATCH] Type fix "iso"->"ISO" In this doc, "ISO" is written some in capitals, some not in. please keep consistency. --- docs/contributors/releasing_minikube.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributors/releasing_minikube.md b/docs/contributors/releasing_minikube.md index 650e79967555..df24d7513568 100644 --- a/docs/contributors/releasing_minikube.md +++ b/docs/contributors/releasing_minikube.md @@ -9,11 +9,11 @@ See [this PR](https://github.com/kubernetes/minikube/pull/164) for an example. This step isn't always required. Check if there were changes in the deploy directory. If you do this, bump the ISO URL to point to the new ISO, and send a PR. -To do this, build the new iso by running: +To do this, build the new ISO by running: ```shell deploy/iso/build.sh ``` -This will generate a new iso at 'deploy/iso/minikube.iso'. Then upload the iso and shasum using the following command: +This will generate a new ISO at 'deploy/iso/minikube.iso'. Then upload the ISO and shasum using the following command: ```shell gsutil cp deploy/iso/minikube.iso gs://minikube/minikube-.iso gsutil cp deploy/iso/minikube.iso.sha256 gs://minikube/minikube-.iso.sha256