diff options
| -rwxr-xr-x | script/publish-start.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/publish-start.ts b/script/publish-start.ts index 644790f9d..385a2384b 100755 --- a/script/publish-start.ts +++ b/script/publish-start.ts @@ -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( |
