File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,18 @@ jobs:
6262 gh pr create \
6363 --title "🚀 Release ${{ env.VERSION }}" \
6464 --body '
65- This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
65+ This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
6666
67- ### 🔍 Changes Include:
68- - Version bump to ${{ env.VERSION }}
69- - All changes from canary branch
67+ ### 🔍 Changes Include:
68+ - Version bump to ${{ env.VERSION }}
69+ - All changes from canary branch
7070
71- ### ✅ Pre-merge Checklist:
72- - [ ] All tests passing
73- - [ ] Documentation updated
74- - [ ] Docker images built and tested
71+ ### ✅ Pre-merge Checklist:
72+ - [ ] All tests passing
73+ - [ ] Documentation updated
74+ - [ ] Docker images built and tested
7575
76- > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)' \
76+ > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)' \
7777 --base main \
7878 --head canary \
7979 --draft \
You can’t perform that action at this time.
0 commit comments