Skip to content

Commit 3b759b2

Browse files
committed
Add instructions to RELEASE.md
Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
1 parent fdd25a3 commit 3b759b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASE.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@ $ sha256sum slsa-verifier-linux-amd64
116116
$ sed -i "s/v1.0.0/v1.1.1/g" ./README.md
117117
```
118118

119-
4. Send a pull request with the changes. In the description, explain the steps to verify the hash update, i.e., reviewers shoud LGTM only if the provenance verification succeeds
120-
and the hash in the pull request matches the one computed on the binary. You can use [#slsa-framework/slsa-github-generator#113](https://github.com/slsa-framework/slsa-github-generator/pull/113) as example.
119+
4. Send a pull request with the changes. In the description:
120+
- add the string `#label:release vX.Y.Z` on its own line;
121+
- explain the steps to verify the hash update, i.e., reviewers shoud LGTM only if the provenance verification succeeds and the hash in the pull request matches the one computed on the binary. You can use [#slsa-framework/slsa-github-generator#113](https://github.com/slsa-framework/slsa-github-generator/pull/113) as an example.
121122

122-
5. Replace all version / commit references to the slsa-verifier repo with references to the newly released version [e2e.installer-action.yml](https://github.com/slsa-framework/example-package/blob/main/.github/workflows/e2e.installer-action.yml). Each reference has the comment `# UPDATE ON RELEASE`.
123+
5. Update all version / commit references to the `slsa-verifier` repo in [`example-package`'s e2e.installer-action.yml](https://github.com/slsa-framework/example-package/blob/main/.github/workflows/e2e.installer-action.yml). Each reference has the comment `# UPDATE ON RELEASE`.
123124

124125
## Update builders
125126

0 commit comments

Comments
 (0)