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

jamesfredley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-gradle-publish.git


The following commit(s) were added to refs/heads/main by this push:
     new 5fef60a  Add manual version update step for Grails website
5fef60a is described below

commit 5fef60a2326721e7ba2de36d0b1ad64491a7fbf7
Author: James Fredley <[email protected]>
AuthorDate: Mon Jan 12 14:10:14 2026 -0500

    Add manual version update step for Grails website
    
    Add manual step to update version on Grails website in release workflow.
---
 .github/workflows/release.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 826e4c7..3cef738 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -467,6 +467,12 @@ jobs:
           echo "The post-release step in the release workflow will create a 
merge branch for the original tag with version number and then open a PR to 
merge back into the next branch."
           echo "You will need to merge this PR into the branch after 
correcting any merge conflict."
           echo "::endgroup::"
+      - name: "🌎 MANUAL - Update Version on Grails Website"
+        run: |
+          echo "::group::Update Version on Grails Website"
+          echo "Update the released version [${VERSION}] on the Grails Website"
+          echo 
"https://github.com/apache/grails-static-website/blob/master/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy#L43";
+          echo "::endgroup::"
       - name: '📧 Announcement Email'
         run: |
           echo "::group::Announcement Email"

Reply via email to