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: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,16 @@ jobs:
echo "::group::Blog Post Creation - MANUAL"
echo "Publish a blog post on https://grails.apache.org/blog/ about the new release [${VERSION}] using the repo https://github.com/apache/grails-static-website"
echo "::endgroup::"
- name: "🌎 MANUAL - Merge Close Release PR"
run: |
echo "::group::Merge Close Release PR - MANUAL"
echo "The last step in the grails-core release workflow will create a merge branch for the original tag with version number and then open a PR to merge back into the next branch. You will need to merge this PR into the branch after correcting any merge conflict."
echo "::endgroup::"
- name: "🌎 MANUAL - deploy the new SNAPSHOT to Forge"
run: |
echo "::group::Deploy the new SNAPSHOT to Forge - MANUAL"
echo "After the Close Release PR is merged, deploy the new SNAPSHOT to Forge via: https://github.com/apache/grails-core/actions/workflows/forge-deploy-snapshot.yml"
echo "::endgroup::"
- name: '📧 Announcement Email'
run: |
echo "::group::Announcement Email"
Expand Down
Loading