We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dbf6a commit 6229958Copy full SHA for 6229958
release/README.md
@@ -365,6 +365,12 @@ In your development fork:
365
```
366
- If this is the first patch release for that branch, you need to update the GCB
367
triggers.
368
+ - Update convert-to-branch-triggers.sh from HEAD/main as previous releases
369
+ likely contain a bug that preserves the trigger `id` and will overwrite the
370
+ `main` CI triggers instead of creating new triggers on `${BRANCH}`.
371
+ ```shell
372
+ git checkout main -- ci/cloudbuild/convert-to-branch-triggers.sh
373
+ ```
374
- Update the Google Cloud Build trigger definitions to compile this branch:
375
```shell
376
ci/cloudbuild/convert-to-branch-triggers.sh --branch "${BRANCH}"
0 commit comments