-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Introduce yarn workspace, and use beachball for publishing #2805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
"workspaces": { | ||
"packages": [ | ||
"packages/*", | ||
"vnext" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should current be in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. Current will not be manged by beachball, or yarn. Since current and vnext both have the same package names, it confuses all the monorepo tools.
Hello @acoates-ms! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
This gets us most of the way to supporting multiple packages within the RNW repo.
It introduces a yarn workspace which contains the vnext package and a placeholder, "additional" package, and it removes my hand rolled publishing logic in favor of
beachball
which will be able to handle version bumping and publishing multiple packages together, and will automatically generate changelogs.For future checkins:
learna
to orchestrate multi package builds.Microsoft Reviewers: Open in CodeFlow