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

jamesfredley pushed a commit to branch forge-release-details-workflow
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 4fa35846c68ba30b38843e2003bf48486fc9f3b9
Author: James Fredley <[email protected]>
AuthorDate: Mon Nov 24 12:27:20 2025 -0500

    Update deployment rules with workflow links
---
 .github/workflows/release.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 04530e65fd..566d690d2a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -521,11 +521,11 @@ jobs:
           echo "::group::Manual Grails Forge deployment"
           echo "Kick off Forge-* workflow for version ${VERSION} based on the 
below rules:"
           cat <<'EOF'
-          * RELEASE - GA releases only
-          * NEXT - Milestones and Release Candidate
-          * SNAPSHOT - current or next version snapshot
-          * PREV - previous release version
-          * PREV-SNAPSHOT - previous version snapshot
+          * RELEASE - Full Final Releases - 
https://github.com/apache/grails-core/actions/workflows/forge-deploy-release.yml
+          * NEXT - Milestones and Release Candidate for Next Release (also 
Next version snapshot prior to Milestone) - 
https://github.com/apache/grails-core/actions/workflows/forge-deploy-next.yml
+          * SNAPSHOT - current or next version snapshot - 
https://github.com/apache/grails-core/actions/workflows/forge-deploy-snapshot.yml
+          * PREV - previous release version - 
https://github.com/apache/grails-core/actions/workflows/forge-deploy-prev.yml
+          * PREV-SNAPSHOT - previous version snapshot - 
https://github.com/apache/grails-core/actions/workflows/forge-deploy-prev-snapshot.yml
           EOF
           echo "::endgroup::"
   docs:

Reply via email to