-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v7.0.0-beta.0 #11817
v7.0.0-beta.0 #11817
Conversation
Deploy preview: https://deploy-preview-11817--material-ui-x.netlify.app/ |
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.
It'd be nice to include the v6 changelog as well as a link to blog post (if it gets merged in time)
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
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.
only nits ... LGTM
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.
LGTM. 👌
Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Michel Engelen <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Signed-off-by: Nora <[email protected]>
Co-authored-by: Lukas <[email protected]> Signed-off-by: Nora <[email protected]>
Signed-off-by: Nora <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Michel Engelen <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]> Co-authored-by: Lukas <[email protected]>
Prepare the release of the packages
next
for the alpha / beta releases andmaster
for the current stable version).package.json
's versionpackage.json
files and of the dependencies withyarn release:version
(yarn release:version prerelease
for alpha / beta releases).Release the packages
yarn && yarn release:build
(make sure you have the latest dependencies installed, and build the packages)yarn release:publish
(release the versions on npm, you need your 2FA device)yarn release:tag
(push the newly created tag)Publish