FE-1050: Automate npm alpha publishing#351
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Run the repository formatter after Changesets versioning so automation-created release PRs satisfy the read-only format gate. Co-authored-by: Cursor <cursoragent@cursor.com>
PR SummaryLow Risk Overview The A release workflow contract test locks that script string, and an empty changeset documents that this change is workflow-only (no package version bump). Reviewed by Cursor Bugbot for commit d200771. Bugbot is set up for automated code reviews on this repo. Configure here. |

Summary
Test plan
npm test -- scripts/release-workflow.contract.test.mjsnpm run version-packagesfollowed bynpm run fmt:checkgit diff --checkContext
PR #350 exposed the gap:
changeset versionrewrote.changeset/pre.jsonin Changesets' valid JSON style, but the repository's oxfmt policy expects a different canonical layout. The Changesets action supports custom version scripts and includes all modifications they make, so formatting inversion-packagesfixes generation rather than patching each release PR.