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

commit f760df0ae2a98770bc4e9918ac94bdb0f8b73935
Author: James Daugherty <[email protected]>
AuthorDate: Fri May 30 16:57:41 2025 -0400

    [skip ci] bootstrap grails-gradle in addition to grails-core
---
 RELEASE.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/RELEASE.md b/RELEASE.md
index fd5eda28f9..fe9a8a2140 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -108,6 +108,9 @@ After all jar files are verified to be signed by a valid 
Grails key, we need to
 Bootstrap the source distribution so that it can be built: 
     ```bash
     gradle wrapper
+    cd grails-gradle
+    gradlew wrapper
+    cd -
     ```
 
 Run the `verify-reproducible.sh` shell script to compare the published jar 
files to a locally built version of them. For any differences, extract the jar 
files, use IntelliJ to compare each differing file. Assuming differences are 
ordering related, we can continue with the verification.

Reply via email to