scripts/generate-changeset-feedback: ignore cli-report.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-06-23 16:20:43 +02:00
parent 0bc7eb1642
commit bbf005fb55
+1 -1
View File
@@ -42,7 +42,7 @@ function isPublishedPath(path) {
return false;
}
// API report changes by themselves don't count
if (path === 'api-report.md') {
if (path === 'api-report.md' || path === 'cli-report.md') {
return false;
}
// Lint changes don't count