This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new b7ba2e83 fix(website): Update expected messages (#1942)
b7ba2e83 is described below

commit b7ba2e8348ef79eff868715f2b7cf4ce6256d4ea
Author: Shawn Chang <[email protected]>
AuthorDate: Wed Dec 17 16:49:13 2025 -0800

    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
---
 website/src/release.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/src/release.md b/website/src/release.md
index 78c0e575..f3a5798a 100644
--- a/website/src/release.md
+++ b/website/src/release.md
@@ -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

Reply via email to