Skip to content

Commit b7ba2e8

Browse files
authored
fix(website): Update expected messages (#1942)
## Which issue does this PR close? - A minor doc fix ## What changes are included in this PR? - Corrected the expected messages on the instructions to verify a release ## Are these changes tested? not needed
1 parent d4c4bd4 commit b7ba2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,13 @@ After downloading them, here are the instructions on how to verify them.
325325
```bash
326326
gpg --verify apache-iceberg-rust-*.tar.gz.asc
327327
```
328-
Expects: `"apache-iceberg-rust-0.7.0.tar.gz: OK"`
328+
Expects: `gpg: Good signature from ...`
329329
* Verify the checksums:
330330

331331
```bash
332332
shasum -a 512 -c apache-iceberg-rust-*.tar.gz.sha512
333333
```
334-
Expects: `gpg: Good signature from ...`
334+
Expects: `"apache-iceberg-rust-...tar.gz: OK"`
335335
* Verify build and test:
336336

337337
```bash

0 commit comments

Comments
 (0)