You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -637,6 +637,16 @@ jobs:
637
637
echo "::group::Blog Post Creation - MANUAL"
638
638
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"
639
639
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"
0 commit comments