Skip to content

Commit a442297

Browse files
authored
Add manual steps for release workflow
Added manual steps for blog post creation, merging release PR, and deploying SNAPSHOT to Forge.
1 parent 0db8b58 commit a442297

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,16 @@ jobs:
637637
echo "::group::Blog Post Creation - MANUAL"
638638
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"
639639
echo "::endgroup::"
640+
- name: "🌎 MANUAL - Merge Close Release PR"
641+
run: |
642+
echo "::group::Merge Close Release PR - MANUAL"
643+
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."
644+
echo "::endgroup::"
645+
- name: "🌎 MANUAL - deploy the new SNAPSHOT to Forge"
646+
run: |
647+
echo "::group::Deploy the new SNAPSHOT to Forge - MANUAL"
648+
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"
649+
echo "::endgroup::"
640650
- name: '📧 Announcement Email'
641651
run: |
642652
echo "::group::Announcement Email"

0 commit comments

Comments
 (0)