-
-
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
release v7.0.0-alpha.8 #11662
release v7.0.0-alpha.8 #11662
Conversation
Deploy preview: https://deploy-preview-11662--material-ui-x.netlify.app/ |
Something strange happened on this one. I was following a link on Twitter and https://next.mui.com/x/react-tree-view/ gave me a 404. Looking at why, it's because we pushed v6.0.0 to the branch. Proof https://github.com/mui/mui-x/activity?ref=docs-next: I fixed it with another push. |
Not sure what was the problem, but |
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 the documentation
The documentation must be updated on the
docs-vX
branch (docs-v4
forv4.X
releases,docs-v5
forv5.X
releases, ...)Push the working branch on the documentation release branch to deploy the documentation with the latest changes.
You can follow the deployment process on the Netlify Dashboard
Once deployed, it will be accessible at https://material-ui-x.netlify.app/ for the
docs-next
deployment.Publish GitHub release
After documentation is deployed, publish a new release on GitHub releases page
Announce
Follow the instructions in https://mui-org.notion.site/Releases-7490ef9581b4447ebdbf86b13164272d.