Skip to content

chore: migrate to changesets#2839

Open
Saadnajmi wants to merge 1 commit intomicrosoft:mainfrom
Saadnajmi:changesets
Open

chore: migrate to changesets#2839
Saadnajmi wants to merge 1 commit intomicrosoft:mainfrom
Saadnajmi:changesets

Conversation

@Saadnajmi
Copy link
Collaborator

Summary:

nx release has 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 updating prepublish-check.mjs into an all-in-one script, now named, configure-publish.mts.

Test Plan:

There should be an updated

@Saadnajmi Saadnajmi requested a review from a team as a code owner February 25, 2026 01:03
@changeset-bot
Copy link

changeset-bot bot commented Feb 25, 2026

⚠️ No Changeset found

Latest commit: 578c409

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Comment on lines 112 to 136
@@ -133,7 +133,7 @@
"scripts/xcode/ccache.conf",
"scripts/xcode/with-environment.sh",
"sdks/.hermesversion",
"sdks/hermes-engine",
"sdks/hermes-engine/**",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out this is why yarn npm publish skipped a bunch of files.. I would like to upstream this to React Native since it's compatible with npm

return true;
}

async function checkForMajorBumps() {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is mostly copied from FURN, we probably should adapt the checks to RNMs requirements

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.

2 participants