pull/11149/head
Dax Raad 2026-01-29 12:28:48 -05:00
parent 409a670177
commit d48913b656
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ if (Script.release) {
await $`git cherry-pick HEAD..origin/dev`.nothrow()
await $`git push origin HEAD --tags --no-verify --force-with-lease`
await new Promise((resolve) => setTimeout(resolve, 5_000))
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"}`
}
console.log("\n=== cli ===\n")