build: update changelog footer and header

This commit is contained in:
Miodec 2023-08-17 17:04:46 +02:00
parent c4df72b084
commit d87902c937

View file

@ -21,8 +21,8 @@ const stream = conventionalChangelog(
);
const header =
"Thank you to all the contributors who made this release possible!\n\n---";
const footer = `\n### Other\n\nVarious style, documentation, refactoring, performance, or build improvements.`;
"Thank you to all the contributors who made this release possible!";
const footer = `\n### Other\n\n- Various style, documentation, refactoring, performance, or build improvements`;
let log = "";
for await (const chunk of stream) {