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

jerryshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 52da61f58c [#10369] improvement(docs): Add KEYS file location to 
release verification guide (#11277)
52da61f58c is described below

commit 52da61f58cce6e136f554af66fc9af847a15fd83
Author: Jerry Shao <[email protected]>
AuthorDate: Thu May 28 16:37:30 2026 +0800

    [#10369] improvement(docs): Add KEYS file location to release verification 
guide (#11277)
    
    ### What changes were proposed in this pull request?
    
    Add the KEYS file URL to the "Verifying a release" section of the
    how-to-sign-releases doc, so users know where to download it.
    
    ### Why are the changes needed?
    
    The verification guide told users to "Download the KEYS file" but didn't
    say where to get it, making it impossible to follow the steps without
    prior knowledge.
    
    Fix: #10369
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Doc-only change.
    
    Co-authored-by: Claude Sonnet 4.6 <[email protected]>
---
 docs/how-to-sign-releases.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/how-to-sign-releases.md b/docs/how-to-sign-releases.md
index 8029bf5316..40aae0746a 100644
--- a/docs/how-to-sign-releases.md
+++ b/docs/how-to-sign-releases.md
@@ -159,7 +159,7 @@ Keep your private key secure and saved somewhere other than 
just on your compute
 
 1. **Import public keys:**
 
-    Download the KEYS file. Import the public keys used to sign all previous 
releases with this command. It doesn't matter if you have already imported the 
keys.
+    Download the KEYS file from https://downloads.apache.org/gravitino/KEYS. 
Import the public keys used to sign all previous releases with this command. It 
doesn't matter if you have already imported the keys.
 
     ```shell
     gpg --import KEYS

Reply via email to