From 9a5507c17baafc7208ffa6945a738e1a40a4f914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:08:42 +0000 Subject: [PATCH] chore(ci)(deps): Bump changesets/action from 1 to 2 Bumps [changesets/action](https://github.com/changesets/action) from 1 to 2. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/changesets/action/compare/v1...v2) --- updated-dependencies: - dependency-name: changesets/action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62a7a9b69a..49aa554d5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ name: Release # One job, triggered `on: push: branches: [main]`, so EVERY merge-queue landing # started it. Inside it, two steps in sequence: # -# 1. changesets/action@v1 with a `publish:` script. With pending changesets it +# 1. changesets/action@v2 with a `publish:` script. With pending changesets it # takes the version-PR path, which is (its own source, v1): # git checkout -b changeset-release/main # git reset --hard @@ -167,12 +167,12 @@ jobs: # nested mapping (caught by check:workflow-status-functions' self-test). - name: 'Create or update the "chore: version packages" PR' id: changesets - uses: changesets/action@v1 + uses: changesets/action@v2 with: # ⛔ THERE IS NO `publish:` INPUT HERE, AND THAT IS THE FIX. ⛔ # # Not an oversight and not a style choice — it is what makes this lane - # structurally unable to publish, per #6170. changesets/action@v1 + # structurally unable to publish, per #6170. changesets/action@v2 # branches on `hasPublishScript = !!publishScript` (src/index.ts): # # case !hasChangesets && !hasPublishScript: