Resolve merge conflicts

This commit is contained in:
Kevin van Dijk
2026-03-09 13:02:22 +01:00
361 changed files with 27846 additions and 5835 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bun
import { $ } from "bun"
import { Script } from "@opencode-ai/script"
import { $ } from "bun"
import { fileURLToPath } from "url"
const highlightsTemplate = `
@@ -67,6 +67,8 @@ if (Script.release) {
await new Promise((resolve) => setTimeout(resolve, 5_000))
}
await import(`../packages/desktop/scripts/finalize-latest-json.ts`)
await $`gh release edit v${Script.version} --draft=false --repo ${process.env.GH_REPO}`
}