Skip to content

Commit 0db8b58

Browse files
authored
Merge pull request #15256 from apache/forge-release-details-workflow
Update deployment rules with workflow links
2 parents 155df09 + 4fa3584 commit 0db8b58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -521,11 +521,11 @@ jobs:
521521
echo "::group::Manual Grails Forge deployment"
522522
echo "Kick off Forge-* workflow for version ${VERSION} based on the below rules:"
523523
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
529529
EOF
530530
echo "::endgroup::"
531531
docs:

0 commit comments

Comments
 (0)