scripts/patch-release-for-pr: exclude generated create-app changesets
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ async function hasNewChangesets(ref) {
|
||||
'--compact-summary',
|
||||
ref,
|
||||
'.changeset/*.md',
|
||||
':(exclude).changeset/create-app-*.md',
|
||||
]);
|
||||
return stdout.includes('(new)');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user