Skip to content

Commit 4405bf5

Browse files
authored
Update RELEASE.md (#107)
1 parent 5110b6e commit 4405bf5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ $ sha256sum slsa-verifier-linux-amd64
6060
<the-hash> slsa-verifier-linux-amd64
6161
```
6262

63-
3. Update the latest version in the [README.md](./README.md).
63+
3. Update the latest version in the [README.md](./README.md):
64+
65+
```shell
66+
$ sed -i "s/v1.0.0/v1.1.1/g" ./README.md
67+
```
6468

6569
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
6670
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.

0 commit comments

Comments
 (0)