You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -521,11 +521,11 @@ jobs:
521
521
echo "::group::Manual Grails Forge deployment"
522
522
echo "Kick off Forge-* workflow for version ${VERSION} based on the below rules:"
523
523
cat <<'EOF'
524
-
* RELEASE - GA releases only
525
-
* NEXT - Milestones and Release Candidate
526
-
* SNAPSHOT - current or next version snapshot
527
-
* PREV - previous release version
528
-
* PREV-SNAPSHOT - previous version snapshot
524
+
* RELEASE - Full Final Releases - https://github.com/apache/grails-core/actions/workflows/forge-deploy-release.yml
525
+
* 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
526
+
* SNAPSHOT - current or next version snapshot - https://github.com/apache/grails-core/actions/workflows/forge-deploy-snapshot.yml
527
+
* PREV - previous release version - https://github.com/apache/grails-core/actions/workflows/forge-deploy-prev.yml
528
+
* PREV-SNAPSHOT - previous version snapshot - https://github.com/apache/grails-core/actions/workflows/forge-deploy-prev-snapshot.yml
0 commit comments