summaryrefslogtreecommitdiffhomepage
path: root/script/version.ts
diff options
context:
space:
mode:
Diffstat (limited to 'script/version.ts')
-rwxr-xr-xscript/version.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/version.ts b/script/version.ts
index 723677b8c..2c158d222 100755
--- a/script/version.ts
+++ b/script/version.ts
@@ -12,7 +12,7 @@ if (!Script.preview) {
const previous = await getLatestRelease(Script.version)
const notes = await buildNotes(previous, "HEAD")
const body = notes.join("\n") || "No notable changes"
- await $`gh release edit v${Script.version} --draft=false --title "v${Script.version}" --notes ${body}`
+ await $`gh release edit v${Script.version} --title "v${Script.version}" --notes ${body}`
output.push(`release=${release.id}`)
output.push(`tag=${release.tagName}`)
}