From a143688a1d5d6bd5455dbed5a35f9cc7db19ef72 Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Wed, 10 Nov 2021 19:03:22 -0800 Subject: [PATCH] Step 1 of 2: Renaming localbuild.sh to cloudbuild-local.sh (preserve commit history) to make way for new localbuild.sh which will actually be entirely local, since this script is still very specific to Cloud Build. --- releasing/README.md | 8 ++++---- releasing/{localbuild.sh => cloudbuild-local.sh} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename releasing/{localbuild.sh => cloudbuild-local.sh} (96%) mode change 100755 => 100644 diff --git a/releasing/README.md b/releasing/README.md index 45302e059..4827d83cb 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -595,14 +595,14 @@ git push upstream :latest_kustomize git tag -a latest_kustomize ``` -### Optionally build a release locally +### Optionally build and release locally -[localbuild.sh]: localbuild.sh +[cloudbuild-local.sh]: cloudbuild-local.sh -Install [`cloud-build-local`], then run [localbuild.sh]: +Install [`cloud-build-local`], then run [cloudbuild-local.sh]: ``` -./releasing/localbuild.sh $module +./releasing/cloudbuild-local.sh $module ``` This should create release artifacts in a local directory. diff --git a/releasing/localbuild.sh b/releasing/cloudbuild-local.sh old mode 100755 new mode 100644 similarity index 96% rename from releasing/localbuild.sh rename to releasing/cloudbuild-local.sh index 5a61c246c..9e00c18d8 --- a/releasing/localbuild.sh +++ b/releasing/cloudbuild-local.sh @@ -8,7 +8,7 @@ # # Usage: from the repo root, enter: # -# ./releasing/localbuild.sh kustomize/v1.2.3 +# ./releasing/cloudbuild-local.sh kustomize/v1.2.3 # # or some other valid tag value. #