@@ -331,7 +331,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github
331331 "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-builder-go-linux-amd64 --clobber
332332 ` ` `
333333
334- 6. Re-run the workflow above and verify that it succeeds. (TODO : https://github.com/slsa-framework/slsa-github-generator/issues/116).
334+ 6. Re-run the workflow above and verify that it succeeds.
335+
336+ <!-- TODO(#116): Automate pre-release steps. -->
335337
336338 If it does not, delete the release, fix the bug and re-start the release process at the top of this page.
337339
@@ -374,7 +376,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github
374376 "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-generator-generic-linux-amd64 --clobber
375377 ` ` `
376378
377- 6. Re-run the workflow above and verify that it succeeds. (TODO : https://github.com/slsa-framework/slsa-github-generator/issues/116).
379+ 6. Re-run the workflow above and verify that it succeeds.
380+
381+ <!-- TODO(#116): Automate pre-release steps. -->
378382
379383 If it does not, delete the release, fix the bug and re-start the release process at the top of this page.
380384
@@ -417,7 +421,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github
417421 "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-generator-container-linux-amd64 --clobber
418422 ` ` `
419423
420- 6. Re-run the workflow above and verify that it succeeds. (TODO : https://github.com/slsa-framework/slsa-github-generator/issues/116).
424+ 6. Re-run the workflow above and verify that it succeeds.
425+
426+ <!-- TODO(#116): Automate pre-release steps. -->
421427
422428 If it does not, delete the release, fix the bug and re-start the release process at the top of this page.
423429
@@ -460,7 +466,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github
460466 "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-builder-docker-linux-amd64 --clobber
461467 ` ` `
462468
463- 6. Re-run the workflow above and verify that it succeeds. (TODO : https://github.com/slsa-framework/slsa-github-generator/issues/116).
469+ 6. Re-run the workflow above and verify that it succeeds.
470+
471+ <!-- TODO(#116): Automate pre-release steps. -->
464472
465473 If it does not, delete the release, fix the bug and re-start the release process at the top of this page.
466474
@@ -557,8 +565,6 @@ find actions/maven/ internal/builders/maven/ -name '*.yaml' -o -name '*.yml' -ty
557565
558566The next step is to update the verifier's GitHub Actions e2e tests. There are GitHub actions Go and generic actions.
559567
560- <!-- TODO(github.com/slsa-framework/slsa-github-generator/issues/1110) : Describe GHA generic container e2e tests. -->
561-
562568For 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 :
563569
5645701. Update the references to the tag and send a PR :
0 commit comments