Skip to content

chore: upgrade Changesets to CLI v3 and action v2 - #65

Closed
SutuSebastian wants to merge 2 commits into
mainfrom
fix/changesets-action-v1
Closed

chore: upgrade Changesets to CLI v3 and action v2#65
SutuSebastian wants to merge 2 commits into
mainfrom
fix/changesets-action-v1

Conversation

@SutuSebastian

@SutuSebastian SutuSebastian commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • @changesets/cli 3.0.1 + @changesets/changelog-github 1.0.0.
  • changesets/action@v2.1.1 with version-script / publish-script / pr-title / commit-message / create-github-releases.
  • scripts/release.ts writes CHANGESETS_OUTPUT git-tag events so action v2 can push tags and create GitHub releases (stdout New tag: is no longer read).
  • Private apps stay unversioned via CLI v3 defaults (no ignore workaround).

Test plan

  • Release job on merge no longer errors on CLI v3 / unexpected inputs
  • bunx changeset status runs under CLI 3
  • Next Version PR still titles chore: version packages

Action 2.1.0 requires Changesets CLI v3 and renamed inputs. We still ship CLI 2.31, so Release fails on every main push. Restore the v1 pin and ignore major action bumps until the CLI moves.
@changeset-bot

changeset-bot Bot commented Aug 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4540628

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 19 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7089b4d2-a557-4047-b4dc-59e2aecea571

📥 Commits

Reviewing files that changed from the base of the PR and between 558173d and 4540628.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • .changeset/config.json
  • .github/workflows/release.yml
  • package.json
  • scripts/release.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Action 2.1.0 on main is incompatible with CLI 2.31. Take CLI 3.0.1, changelog-github 1.0.0, and action v2.1.1 with the renamed inputs. Custom publish writes CHANGESETS_OUTPUT so tags and GitHub releases still land.
@SutuSebastian SutuSebastian changed the title fix(release): pin changesets/action back to v1.9.0 chore: upgrade Changesets to CLI v3 and action v2 Aug 24, 2026
@SutuSebastian
SutuSebastian deleted the fix/changesets-action-v1 branch August 24, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant