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. #