diff options
| author | Kit Langton <[email protected]> | 2026-04-15 22:01:53 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-16 02:01:53 +0000 |
| commit | cce05c16658a39d091f658bdb53dcce1e88c66d0 (patch) | |
| tree | bedd5e0c1d9105854e4dbf8ec0c6f7e1337df4c6 /script/publish.ts | |
| parent | 34213d444681a8953c5693bd01dd754c4e79a30b (diff) | |
| download | opencode-cce05c16658a39d091f658bdb53dcce1e88c66d0.tar.gz opencode-cce05c16658a39d091f658bdb53dcce1e88c66d0.zip | |
fix: clean up 49 unused variables, catch params, and stale imports (#22695)
Diffstat (limited to 'script/publish.ts')
| -rwxr-xr-x | script/publish.ts | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/script/publish.ts b/script/publish.ts index 3889845fa..ac0af9c4e 100755 --- a/script/publish.ts +++ b/script/publish.ts @@ -4,34 +4,6 @@ import { Script } from "@opencode-ai/script" import { $ } from "bun" import { fileURLToPath } from "url" -const highlightsTemplate = ` -<!-- -Add highlights before publishing. Delete this section if no highlights. - -- For multiple highlights, use multiple <highlight> tags -- Highlights with the same source attribute get grouped together ---> - -<!-- -<highlight source="SourceName (TUI/Desktop/Web/Core)"> - <h2>Feature title goes here</h2> - <p short="Short description used for Desktop Recap"> - Full description of the feature or change - </p> - - https://github.com/user-attachments/assets/uuid-for-video (you will want to drag & drop the video or picture) - - <img - width="1912" - height="1164" - alt="image" - src="https://github.com/user-attachments/assets/uuid-for-image" - /> -</highlight> ---> - -` - console.log("=== publishing ===\n") const pkgjsons = await Array.fromAsync( |
