chore: migrate to changesets#2839
Merged
Saadnajmi merged 3 commits intomicrosoft:mainfrom Apr 9, 2026
Merged
Conversation
|
Saadnajmi
commented
Feb 25, 2026
Saadnajmi
commented
Feb 25, 2026
dannyvv
approved these changes
Feb 25, 2026
tido64
reviewed
Apr 9, 2026
- Set `commit: false` and remove `git reset --soft HEAD~1` from postbump script (changesets/action commits everything itself) - Remove `privatePackages` config that caused errors when public packages depend on private workspace packages - Replace validate-changesets.mts with unified change.mts script that auto-detects the correct upstream base branch via --since - Remove redundant private package bump check (not needed without privatePackages config) - Fix dry-run publish using ADO $(publishTag) syntax in GitHub Actions - Skip version bump PRs in check-changesets job - Add fetch-depth/persist-credentials to version workflow checkout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
nx releasehas proven to be a bit more cumbersome than we like. I just migrated FluentUI React Native to changesets (microsoft/fluentui-react-native#4003), let's do the same here. We can adopt some of the changes from #2807 , specifically around updatingprepublish-check.mjsinto an all-in-one script, now named,configure-publish.mts.Test Plan:
There should be an updated