sync
This commit is contained in:
parent
5d5977cfef
commit
6b0336d475
2 changed files with 8 additions and 9 deletions
|
|
@ -67,7 +67,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} --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
|
||||
await $`gh release edit v${Script.version} --draft=false --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
|
||||
}
|
||||
|
||||
console.log("\n=== cli ===\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue