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
@@ -194,7 +203,7 @@ Approve this PR as a \`supabase/cli\` team member. The \`.github/workflows/apply
194
203
2. Comment the release URL on this PR.
195
204
3. Close this PR and delete the \`${branch}\` branch.
196
205
197
-
**This PR is not merged** — the \`do not merge\` label is a reminder. Nothing lands on \`main\`.
206
+
**This PR is not merged** — the \`do not merge\` label is a reminder. It targets \`develop\` so that even an accidental merge never rewrites \`main\`. Nothing is meant to land on any branch.
198
207
199
208
Approvals from anyone outside the \`supabase/cli\` team are ignored; the workflow will post a comment explaining that and leave the release untouched.
200
209
@@ -207,7 +216,7 @@ Close the PR without approving. The auto-generated semantic-release body for \`$
207
216
After this PR is closed, rerun the **Propose release notes** workflow from the Actions tab against \`${tag}\` to get a fresh proposal.
208
217
`;
209
218
210
-
await$`gh pr create --title ${`docs(release): notes for ${tag}`} --body ${prBody} --base main --head ${branch} --label ${labelName}`.cwd(
0 commit comments