mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 04:19:37 +00:00
refactor: update
This commit is contained in:
14
.github/workflows/create-pr.yml
vendored
14
.github/workflows/create-pr.yml
vendored
@@ -61,7 +61,19 @@ jobs:
|
|||||||
|
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--title "🚀 Release ${{ env.VERSION }}" \
|
--title "🚀 Release ${{ env.VERSION }}" \
|
||||||
--body "## 🔄 Release ${{ env.VERSION }}\n\nThis PR promotes changes from \`canary\` to \`main\` for version ${{ 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 by [GitHub Actions](https://github.com/actions)." \
|
--body: |
|
||||||
|
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
|
||||||
|
|
||||||
|
### 🔍 Changes Include:
|
||||||
|
- Version bump to ${{ env.VERSION }}
|
||||||
|
- All changes from canary branch
|
||||||
|
|
||||||
|
### ✅ Pre-merge Checklist:
|
||||||
|
- [ ] All tests passing
|
||||||
|
- [ ] Documentation updated
|
||||||
|
- [ ] Docker images built and tested
|
||||||
|
|
||||||
|
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
|
||||||
--base main \
|
--base main \
|
||||||
--head release/${{ env.VERSION }} \
|
--head release/${{ env.VERSION }} \
|
||||||
--draft \
|
--draft \
|
||||||
|
|||||||
Reference in New Issue
Block a user