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
echo "Check email from [email protected] & update https://reporter.apache.org/addrelease.html?${SVN_PROJECT} to add ${SVN_FOLDER^^}-${VERSION} as complete as of ${TODAY}"
523
+
echo "Update https://reporter.apache.org/addrelease.html?${SVN_PROJECT} to add"
524
+
echo "${SVN_FOLDER^^}-${VERSION} as complete as of ${TODAY}"
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"
645
+
echo "Publish a blog post on https://grails.apache.org/blog/ about the new release [${VERSION}] using"
646
+
echo "the repo: https://github.com/apache/grails-static-website"
639
647
echo "::endgroup::"
640
648
- name: "π MANUAL - Merge Close Release PR"
641
649
run: |
642
650
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."
651
+
echo "The last step in the grails-core release workflow will create a merge branch for the original tag"
652
+
echo "with version number and then open a PR to merge back into the next branch."
653
+
echo "You will need to merge this PR into the branch after correcting any merge conflict."
644
654
echo "::endgroup::"
645
655
- name: "π MANUAL - deploy the new SNAPSHOT to Forge"
646
656
run: |
647
657
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"
658
+
echo "After the Close Release PR is merged, deploy the new SNAPSHOT to Forge via:"
0 commit comments