scripts/patch-release-for-pr: exclude generated create-app changesets

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-11-22 17:21:41 +01:00
parent 9206715117
commit aa21580973
+1
View File
@@ -31,6 +31,7 @@ async function hasNewChangesets(ref) {
'--compact-summary',
ref,
'.changeset/*.md',
':(exclude).changeset/create-app-*.md',
]);
return stdout.includes('(new)');
}