From a1cfbc76f795b9012aac8e0b2fe92c11a977dedc Mon Sep 17 00:00:00 2001 From: James Fredley Date: Sat, 2 May 2026 08:56:40 -0400 Subject: [PATCH] docs: fix typos in RELEASE.md Apply three small typo fixes discovered while reviewing RELEASE.md: - `very-reproducible.sh` -> `verify-reproducible.sh` (actual filename of the helper script). - `with be` -> `will be` in the ASF Reporter example. - Close the unbalanced backtick around `` in the "Appendix: Verification from a Container" section. Per reviewer feedback, RELEASE.md is not kept in sync with the current release version; the existing v7.0.0-M4 / 7.0.x examples are left as illustrative tags. Assisted-by: claude-code:claude-opus-4-7 --- RELEASE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 4b84093b296..cb9f1f445c5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -136,7 +136,7 @@ Example: ``` ### Manual Verification: Reproducible Jar Files -After all jar files are verified to be signed by a valid Grails key, we need to build a local copy to ensure the file was built with the right code base. The `very-reproducible.sh` script handles this check, but if the bootstrap needs to be manually bootstrapped, perform the following step: +After all jar files are verified to be signed by a valid Grails key, we need to build a local copy to ensure the file was built with the right code base. The `verify-reproducible.sh` script handles this check, but if the bootstrap needs to be manually bootstrapped, perform the following step: gradle -p gradle-bootstrap @@ -288,7 +288,7 @@ an example call to the checked in script to move the distributions. After moving the distributions, you will receive an email from the ASF reporter. Click the link in the email to mark the release as published or go to https://reporter.apache.org/addrelease.html?grails. The `release` job in the `Release` workflow has a step to remind you of this. -For example, if the release is out of core with version `7.0.0-M4`, then the release name with be `CORE-7.0.0-M4`. Enter +For example, if the release is out of core with version `7.0.0-M4`, then the release name will be `CORE-7.0.0-M4`. Enter the date you moved the distribution artifacts and report the release. ### Deploy the release to Grails Forge @@ -383,7 +383,7 @@ Setup the key for validity: # Appendix: Verification from a Container The Grails image is officially built on linux in a GitHub action using an Ubuntu container. To run a linux container -locally, you can use the following command (substitute `` with the tag name): **macOS/Linux** ```bash