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

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 9d0a49f0e0 [skip ci] feedback on KEYS file location
9d0a49f0e0 is described below

commit 9d0a49f0e084e9ae81d4d75bef87783ac3c08326
Author: James Daugherty <[email protected]>
AuthorDate: Mon Jun 2 13:48:09 2025 -0400

    [skip ci] feedback on KEYS file location
---
 RELEASE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index 5bc1735997..4a76910922 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -226,11 +226,11 @@ To remove a Nexus staging repo, run the workflow `Release 
- Drop Nexus Staging`
 To remove the staged distribution, use your SVN credentials to remove the 
version directory at 
[https://dist.apache.org/repos/dist/dev/grails](https://dist.apache.org/repos/dist/dev/grails)
 
 # Appendix: GPG Configuration
-If you wish to verify any artifact manually, you must trust the key used to 
build Grails. To do so:
+If you wish to verify any artifact manually, you must trust the key used to 
build Grails. To do so, it's best to download the KEYS file that was published 
to the official location:
 
 Download the latest KEYS file and make sure it's imported into gpg:
 ```bash
-    wget https://github.com/apache/grails-core/blob/7.0.x/KEYS
+    wget wget 
https://raw.githubusercontent.com/apache/grails-core/refs/heads/7.0.x/KEYS
     gpg --import KEYS
 ```
 

Reply via email to