Skip to content

Commit cffa89b

Browse files
authored
docs: Update byob release (#2555)
Signed-off-by: laurentsimon <[email protected]>
1 parent 9d91aff commit cffa89b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

RELEASE.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,23 @@ The next step is to update the verifier's GitHub Actions e2e tests. There are Gi
558558

559559
<!-- TODO(github.com/slsa-framework/slsa-github-generator/issues/1110): Describe GHA generic container e2e tests. -->
560560

561-
For each of the GHA builders, you will need to:
561+
For the BYOB (a.k.a delegator) workflows, you will need to update the tag of the [slsa-framework/example-trw](https://github.com/slsa-framework/example-trw/) repository:
562+
563+
1. Update the references to the tag and send a PR:
564+
565+
```bash
566+
bash update-main-to-tag.sh "${BUILDER_TAG}"
567+
```
568+
569+
2. Cut a release with tag `${BUILDER_TAG}`.
570+
571+
3. Update the references back to main and send a PR:
572+
573+
```bash
574+
bash update-tag-to-main.sh "${BUILDER_TAG}"
575+
```
576+
577+
Then, for each of the GHA builders, you will need to:
562578

563579
1. Generate binaries and provenance in
564580
[example-package](https://github.com/slsa-framework/example-package) using

0 commit comments

Comments
 (0)