Compare commits

...

1 Commits

Author SHA1 Message Date
Ryan Vogel 5422f7d6af fix(script): remove highlights template from release notes 2026-01-28 17:32:53 -05:00
+1 -1
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(