mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-12 15:11:06 +08:00
build: update changelog generation script
This commit is contained in:
parent
205b0f8f90
commit
157db8d024
1 changed files with 1 additions and 2 deletions
|
|
@ -71,8 +71,7 @@ function itemIsAddressingQuoteReports(item) {
|
|||
item.scope?.includes("quote") || item.scope?.includes("quotes");
|
||||
|
||||
const messageReport =
|
||||
item.message.includes("quote") &&
|
||||
(item.message.includes("report") || item.message.includes("reports"));
|
||||
item.message.includes("report") || item.message.includes("reports");
|
||||
|
||||
return scopeIsQuote && messageReport;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue