diff --git a/.changeset/smart-cougars-bake.md b/.changeset/smart-cougars-bake.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/smart-cougars-bake.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/sync-renovate-changeset.yaml b/.github/workflows/sync-renovate-changeset.yaml index e66be3f98..ff18e82d9 100644 --- a/.github/workflows/sync-renovate-changeset.yaml +++ b/.github/workflows/sync-renovate-changeset.yaml @@ -30,9 +30,7 @@ jobs: const names = []; for (const file of files) { const data = JSON.parse(await fs.readFile(file, "utf8")); - if (!data.private) { - names.push(data.name); - } + names.push(data.name); } return names; }