Skip to content

Commit 6229958

Browse files
authored
doc(release): update instructions for creating patch release to preserve existing cloudbuild triggers (#15033)
1 parent 88dbf6a commit 6229958

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@ In your development fork:
365365
```
366366
- If this is the first patch release for that branch, you need to update the GCB
367367
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+
```
368374
- Update the Google Cloud Build trigger definitions to compile this branch:
369375
```shell
370376
ci/cloudbuild/convert-to-branch-triggers.sh --branch "${BRANCH}"

0 commit comments

Comments
 (0)