scripts/generate-changeset-feedback: ignore cli-report.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user