From f5dd32fedb92db1f559241af0af3181ec5e7a834 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 19 Mar 2025 04:40:15 +0000 Subject: [PATCH] chore: Update TODO comments Signed-off-by: Ian Lewis --- RELEASE.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 08a66b7cd2..a641793c6a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -331,7 +331,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-builder-go-linux-amd64 --clobber ``` -6. Re-run the workflow above and verify that it succeeds. (TODO: https://github.com/slsa-framework/slsa-github-generator/issues/116). +6. Re-run the workflow above and verify that it succeeds. + + If it does not, delete the release, fix the bug and re-start the release process at the top of this page. @@ -374,7 +376,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-generator-generic-linux-amd64 --clobber ``` -6. Re-run the workflow above and verify that it succeeds. (TODO: https://github.com/slsa-framework/slsa-github-generator/issues/116). +6. Re-run the workflow above and verify that it succeeds. + + If it does not, delete the release, fix the bug and re-start the release process at the top of this page. @@ -417,7 +421,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-generator-container-linux-amd64 --clobber ``` -6. Re-run the workflow above and verify that it succeeds. (TODO: https://github.com/slsa-framework/slsa-github-generator/issues/116). +6. Re-run the workflow above and verify that it succeeds. + + If it does not, delete the release, fix the bug and re-start the release process at the top of this page. @@ -460,7 +466,9 @@ End-to-end tests run daily in [github.com/slsa-framework/example-package/.github "$GH" release -R slsa-framework/slsa-github-generator upload "$BUILDER_TAG" slsa-builder-docker-linux-amd64 --clobber ``` -6. Re-run the workflow above and verify that it succeeds. (TODO: https://github.com/slsa-framework/slsa-github-generator/issues/116). +6. Re-run the workflow above and verify that it succeeds. + + If it does not, delete the release, fix the bug and re-start the release process at the top of this page. @@ -557,8 +565,6 @@ find actions/maven/ internal/builders/maven/ -name '*.yaml' -o -name '*.yml' -ty The next step is to update the verifier's GitHub Actions e2e tests. There are GitHub actions Go and generic actions. - - 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: 1. Update the references to the tag and send a PR: