We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b945436 commit 203f006Copy full SHA for 203f006
.changeset/plenty-glasses-care.md
@@ -0,0 +1,5 @@
1
+---
2
+'filter-data': patch
3
4
+
5
+fix changeset generation bug
.github/workflows/renovate-changesets.yml
@@ -80,7 +80,7 @@ jobs:
80
return;
81
}
82
const files = diffFiles
83
- .filter((file) => file !== "package.json") // skip root package.json
+ // .filter((file) => file !== "package.json") // skip root package.json
84
.filter((file) => file.includes("package.json"));
85
const packageNames = await getPackagesNames(files);
86
if (!packageNames.length) {
0 commit comments