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.

This commit is contained in:
Patrick Nelson
2021-11-10 19:03:22 -08:00
parent 0676d0bd11
commit a143688a1d
2 changed files with 5 additions and 5 deletions

View File

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

View File

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