From 4fa35846c68ba30b38843e2003bf48486fc9f3b9 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Mon, 24 Nov 2025 12:27:20 -0500 Subject: [PATCH] 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 04530e65fd5..566d690d2a4 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: