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
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
58
-
59
-
### 🔍 Changes Include:
60
-
- Version bump to ${{ env.VERSION }}
61
-
- All changes from canary branch
62
-
63
-
### ✅ Pre-merge Checklist:
64
-
- [ ] All tests passing
65
-
- [ ] Documentation updated
66
-
- [ ] Docker images built and tested
67
-
68
-
> 🤖 This PR was automatically generated from the canary branch
69
-
base: main
70
-
branch: canary
71
-
draft: true
72
-
assignees: siumauricio
73
-
reviewers: siumauricio
50
+
run: |
51
+
gh pr create \
52
+
--title "🚀 Release v${{ env.VERSION }}" \
53
+
--body "## 🔄 Release v${{ env.VERSION }}\n\nThis PR promotes changes from \`canary\` to \`main\` for version v${{ env.VERSION }}.\n\n### 🔍 Changes Include:\n- Version bump to v${{ env.VERSION }}\n- All changes from canary branch\n\n### ✅ Pre-merge Checklist:\n- [ ] All tests passing\n- [ ] Documentation updated\n- [ ] Docker images built and tested\n\n> 🤖 This PR was automatically generated from the canary branch" \
0 commit comments