Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading