We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409a670 commit d48913bCopy full SHA for d48913b
1 file changed
script/publish.ts
@@ -72,7 +72,7 @@ if (Script.release) {
72
await $`git cherry-pick HEAD..origin/dev`.nothrow()
73
await $`git push origin HEAD --tags --no-verify --force-with-lease`
74
await new Promise((resolve) => setTimeout(resolve, 5_000))
75
- await $`gh release edit v${Script.version} --draft --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
+ await $`gh release edit v${Script.version} --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
76
}
77
78
console.log("\n=== cli ===\n")
0 commit comments