Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/src/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,13 @@ After downloading them, here are the instructions on how to verify them.
```bash
gpg --verify apache-iceberg-rust-*.tar.gz.asc
```
Expects: `"apache-iceberg-rust-0.7.0.tar.gz: OK"`
Expects: `gpg: Good signature from ...`
* Verify the checksums:

```bash
shasum -a 512 -c apache-iceberg-rust-*.tar.gz.sha512
```
Expects: `gpg: Good signature from ...`
Expects: `"apache-iceberg-rust-...tar.gz: OK"`
* Verify build and test:

```bash
Expand Down