We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d56982 commit 108c0b4Copy full SHA for 108c0b4
scripts/release/proposal.js
@@ -223,7 +223,7 @@ try {
223
// Close PR and delete branch for any patch proposal if new proposal is minor.
224
if (isMinor) {
225
try {
226
- run(`gh pr close v${newPatch} --delete-branch --comment "Superseded by #${pullRequest.number}."`)
+ run(`gh pr close v${newPatch}-proposal --delete-branch --comment "Superseded by #${pullRequest.number}."`)
227
} catch (e) {
228
// PR didn't exist so nothing to close.
229
}
0 commit comments