mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 19:45:58 +08:00
build: update changelog generation script
This commit is contained in:
parent
e131f36566
commit
29a2d07e54
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ async function main() {
|
|||
}
|
||||
}
|
||||
|
||||
log = log.filter((item) => ["feat", "fix", "impr"].includes(item.type));
|
||||
log = log.filter((item) => Object.keys(titles).includes(item.type));
|
||||
|
||||
log = log.filter((item) => !itemIsAddingQuotes(item));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue