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

jamesfredley 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 8668da398d Fix typo in RELEASE.md regarding PR deployment
8668da398d is described below

commit 8668da398d05153aec880fe131f59f112397ef29
Author: James Fredley <[email protected]>
AuthorDate: Sun Oct 19 16:11:45 2025 -0400

    Fix typo in RELEASE.md regarding PR deployment
    
    Corrected a typo in the instructions for creating a new release 
announcement file.
---
 RELEASE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE.md b/RELEASE.md
index c8596aa018..6cac936af1 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -330,7 +330,7 @@ On the `grails-static-website` repository:
 
 Run the release action 
(https://github.com/apache/grails-static-website/actions/workflows/release.yml) 
with the new version to update 
https://github.com/apache/grails-static-website/blob/HEAD/conf/releases.yml and 
then run the publish action 
(https://github.com/apache/grails-static-website/actions/workflows/publish.yml) 
to update the `asf-site-production` branch and https://grails.apache.org
 
-Create a new `.md` file in the `/posts` directory announcing the release.  The 
PR will stage this change on https://grails.staged.apache.org/ and when the PR 
is merged it will deploy to https://grails.apache.org
+Create a new `.md` file in the `/posts` directory announcing the release.  
Wwhen the PR is merged it will deploy to https://grails.apache.org
 
 ### Flag release in `grails-core` as latest
 

Reply via email to