You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): migrate the release toolchain to @changesets/cli v3 (#9560)
* chore(release): bump @changesets/cli to v3 and migrate .changeset/config.json
- privatePackages: {version:true, tag:false} (U4)
- drop ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH (U2)
- $schema -> @changesets/config@4.0.0 (the version v3 resolves)
* chore(release): model v3's pre-mode semantics in the gates, workflows and docs
- check-adr-0087-registration.mjs: exclude .changeset/pre/ from the audit
surfaces (--list / --audit-stock) while the enforcing diff scan keeps
judging it; PRE1-PRE3 fixtures
- check-changeset-no-major.mjs: header only — v3 numbers, and the stale
claim that both siblings pass --diff-filter=AM (they pass AMR since #7045)
- cut-rc.yml / pr-automation.yml / docs/releases-maintenance.md: the prose
asserting consumed changesets are recorded in .changeset/pre.json
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments