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

dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new eeadfd513 MINOR: Add ASF verification instruction link (#1134)
eeadfd513 is described below

commit eeadfd5132d829330921bf44620e443034e1996a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon May 23 17:16:14 2022 -0700

    MINOR: Add ASF verification instruction link (#1134)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update RELEASES page by adding the official ASF release 
verification link.
    - https://orc.apache.org/docs/releases.html
    
    ### Why are the changes needed?
    
    To give more background for the verification procedure.
    
    ### How was this patch tested?
    
    Manual review because this is a webpage update.
    
    (cherry picked from commit 273943da9d681146758dc8986dcc5a8e21fe21ad)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 site/_docs/releases.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/_docs/releases.md b/site/_docs/releases.md
index 5ecb23c0b..f811f4471 100644
--- a/site/_docs/releases.md
+++ b/site/_docs/releases.md
@@ -22,6 +22,7 @@ files and looking at their contents and metadata.
 
 ## Checking signatures
 
+Verify the releases by following [ASF 
procedures](https://www.apache.org/info/verification.html).
 All GPG signatures should be verified as matching one of the keys in ORC's
 committers' [key list]({{ site.dist }}/KEYS).
 

Reply via email to