diff options
| author | Ryan Vogel <[email protected]> | 2026-01-29 06:16:45 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-29 06:16:45 -0500 |
| commit | 571751c313336e933a3d3b2478255107f80f3686 (patch) | |
| tree | 358a4219203bd007da515bf825ec2ba753b7f13b | |
| parent | 82717f6e8b820fb0a542e7b15a3421bce8d126b3 (diff) | |
| download | opencode-571751c313336e933a3d3b2478255107f80f3686.tar.gz opencode-571751c313336e933a3d3b2478255107f80f3686.zip | |
fix: remove redundant Highlights heading from publish template (#11121)
| -rwxr-xr-x | script/publish-start.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/publish-start.ts b/script/publish-start.ts index 385a2384b..474e01a64 100755 --- a/script/publish-start.ts +++ b/script/publish-start.ts @@ -4,8 +4,7 @@ import { $ } from "bun" import { Script } from "@opencode-ai/script" import { buildNotes, getLatestRelease } from "./changelog" -const highlightsTemplate = `## Highlights - +const highlightsTemplate = ` <!-- Add highlights before publishing. Delete this section if no highlights. |
