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 c5276c68d6 Add instructions for republishing Grails Website to 
release.md
c5276c68d6 is described below

commit c5276c68d6eaa7251626910e9ccf01cd533c2a80
Author: James Fredley <[email protected]>
AuthorDate: Mon Jan 12 14:05:21 2026 -0500

    Add instructions for republishing Grails Website to release.md
---
 .github/workflows/release.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2a2872d5df..405bbf0251 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -664,6 +664,8 @@ jobs:
           echo "::group::Add version to the Grails Website - MANUAL"
           echo "Add the released version [${VERSION}] to the Grails Website by 
running the Release workflow:"
           echo 
"https://github.com/apache/grails-static-website/actions/workflows/release.yml";
+          echo "Republish Grails Website by running the Publish workflow:"
+          echo 
"https://github.com/apache/grails-static-website/actions/workflows/publish.yml";
           echo "::endgroup::"
       - name: '📧 Announcement Email'
         run: |

Reply via email to