Skip to content

Commit

Permalink
update release doc
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Mar 21, 2024
1 parent d97d88e commit 5d8c4c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ Set up env variables:

```shell
export GITHUB_USERNAME="laurentsimon"
# This is the existing slsa-verifier version used by the builder. (https://github.com/slsa-framework/slsa-github-generator/blob/main/.github/actions/generate-builder/action.yml#L55)
export VERIFIER_TAG="v2.1.0"
# This is the existing slsa-verifier version used by the builder.
# hhttps://github.com/slsa-framework/slsa-github-generator/blob/main/.github/actions/generate-builder/action.yml#L95C27-L95C33
export VERIFIER_TAG="v2.4.1"
export VERIFIER_REPOSITORY="$GITHUB_USERNAME/slsa-verifier"
# Release tag of the builder we want to release. Release Candidates end with "-rc.#"
export BUILDER_TAG="v1.5.0-rc.0"
export BUILDER_TAG="v1.10.0-rc.0"
# Branch name for our test
export BUILDER_REF="release/bad-verifier-$BUILDER_TAG"
export BUILDER_REPOSITORY="$GITHUB_USERNAME/slsa-github-generator"
Expand Down

0 comments on commit 5d8c4c1

Please sign in to comment.