chore: upgrade Changesets to CLI v3 and action v2 - #56
Conversation
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.
|
|
Warning Review limit reachedNext included review available in 19 minutes. View limit detailsLimit 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. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
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. Comment |
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. Private docs stay unversioned via CLI v3 defaults.
Summary
@changesets/cli3.0.1 +@changesets/changelog-github1.0.0.changesets/action@v2.1.1withversion-script/publish-script/pr-title/commit-message/create-github-releases.bun run releaseis stillchangeset publish, which inheritsCHANGESETS_OUTPUTfrom the action.persist-docsignore — CLI v3 does not version private packages.Test plan
bunx changeset statusruns under CLI 3chore: version packages