mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix(script): remove highlights template from release notes (#11052)
This commit is contained in:
parent
4e41ca74b9
commit
c60464de07
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import { buildNotes, getLatestRelease } from "./changelog"
|
|||
|
||||
const highlightsTemplate = `## Highlights
|
||||
|
||||
<!--
|
||||
<!--
|
||||
Add highlights before publishing. Delete this section if no highlights.
|
||||
|
||||
- For multiple highlights, use multiple <highlight> tags
|
||||
|
|
@ -40,7 +40,7 @@ console.log("=== publishing ===\n")
|
|||
if (!Script.preview) {
|
||||
const previous = await getLatestRelease()
|
||||
notes = await buildNotes(previous, "HEAD")
|
||||
notes.unshift(highlightsTemplate)
|
||||
// notes.unshift(highlightsTemplate)
|
||||
}
|
||||
|
||||
const pkgjsons = await Array.fromAsync(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue