mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-09 23:43:23 +00:00
sync
This commit is contained in:
parent
6dea8e8337
commit
1f84bfb90f
2 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ await $`git fetch origin`
|
|||
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 ${Script.release} --draft --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
|
||||
await $`gh release edit v${Script.version} --draft --title "v${Script.version}" --notes ${notes.join("\n") || "No notable changes"}`
|
||||
|
||||
console.log("\n=== cli ===\n")
|
||||
await import(`../packages/opencode/script/publish.ts`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue