mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 02:21:27 +08:00
build: update changelog footer and header
This commit is contained in:
parent
c4df72b084
commit
d87902c937
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue