Skip to content

chore(deps-dev): migrate changesets to v3 - #2222

Merged
trivikr merged 1 commit into
mainfrom
changeset-v3
Aug 13, 2026
Merged

chore(deps-dev): migrate changesets to v3#2222
trivikr merged 1 commit into
mainfrom
changeset-v3

Conversation

@trivikr

@trivikr trivikr commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Issue #, if available:

https://changesets.dev/blog/announcing-changesets-v3

Description of changes:

Upgrade @changesets/cli to v3 and changesets/action to v2, which is the version of the action compatible with Changesets v3.

The v3 config needed no changes beyond the schema pin, which now points at the copy in node_modules so it tracks the installed version. access: "public" is still valid, and baseBranch and privatePackages now match v3's defaults; they are kept because npm-package-existence.yml cites privatePackages.version by name.

The v2 action renames its inputs and outputs: version, publish, commit and title become version-script, publish-script, commit-message and pr-title, and pullRequestNumber becomes pr-number. It also no longer reads the GITHUB_TOKEN environment variable, so the token is passed through the github-token input. Its branching is unchanged, so both release workflows behave as before.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr

This comment was marked as outdated.

@trivikr
trivikr marked this pull request as ready for review August 13, 2026 17:32
@trivikr
trivikr requested a review from a team as a code owner August 13, 2026 17:32
@trivikr
trivikr merged commit 4516038 into main Aug 13, 2026
19 checks passed
@trivikr
trivikr deleted the changeset-v3 branch August 13, 2026 17:59
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.

3 participants