Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ryan Vogel
5422f7d6af fix(script): remove highlights template from release notes 2026-01-28 17:32:53 -05:00

View file

@ -40,7 +40,7 @@ console.log("=== publishing ===\n")
if (!Script.preview) { if (!Script.preview) {
const previous = await getLatestRelease() const previous = await getLatestRelease()
notes = await buildNotes(previous, "HEAD") notes = await buildNotes(previous, "HEAD")
notes.unshift(highlightsTemplate) // notes.unshift(highlightsTemplate)
} }
const pkgjsons = await Array.fromAsync( const pkgjsons = await Array.fromAsync(