fix(script): remove highlights template from release notes (#11052)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user