Skip to content

Commit 5fbc32b

Browse files
authored
Merge pull request #15257 from apache/two-manual-final-release-steps
Add manual steps for release workflow
2 parents 0db8b58 + a442297 commit 5fbc32b

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)