Skip to content
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

v6.0.0-beta.3 #7873

Merged
merged 8 commits into from
Feb 9, 2023
Merged

v6.0.0-beta.3 #7873

merged 8 commits into from
Feb 9, 2023

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Feb 9, 2023

  • Compare the last tag with the branch upon which you want to release (next for the alpha / beta releases and master for the current stable version).
    To do so, use yarn release:changelog The options are the following:

    yarn release:changelog
       --githubToken   YOUR_GITHUB_TOKEN (needs "public_repo" permission)
       --lastRelease   The release to compare against (default: the last one)
       --release       The branch to release (default: master)

    You can also provide the github token by setting process.env.GITHUB_TOKEN variable.

    In case of a problem, another method to generate the changelog is available at the end of this page.

  • Clean the generated changelog, to match the format of https://github.com/mui/mui-x/releases.

  • Update the root package.json's version

  • Update the versions of the other package.json files and of the dependencies with yarn release:version.

  • Manually fix any package version if it should not be bumped (i.e. benchmark, eslint-plugin-material-ui).

  • Open PR with changes and wait for review and green CI.

  • Merge PR once CI is green, and it has been approved.

Release the packages

  • Checkout the last version of the working branch
  • Make sure you have the latest dependencies installed: yarn.
  • Build the packages: yarn release:build.
  • Release the versions on npm: yarn release:publish (you need your 2FA device).
  • Push the newly created tag: yarn release:tag.
  • If @mui/x-codemod has been released, set the pre-release package tag to latest with: npm dist-tag add @mui/x-codemod@<released_version> latest.

Publish the documentation

The documentation must be updated on the docs-vX branch (docs-v4 for v4.X releases, docs-v5 for v5.X releases, ...)

  • Push the working branch on the documentation release branch to deploy the documentation with the latest changes.
git push upstream next:docs-next -f

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-v5 deployment.

Publish GitHub release

CHANGELOG.md Outdated Show resolved Hide resolved
@@ -26,7 +26,7 @@ The following steps must be proposed as a pull request.

- [ ] Clean the generated changelog, to match the format of [https://github.com/mui/mui-x/releases](https://github.com/mui/mui-x/releases).
- [ ] Update the root `package.json`'s version
- [ ] Update the versions of the other `package.json` files and of the dependencies with `yarn release:version`.
- [ ] Update the versions of the other `package.json` files and of the dependencies with `yarn release:version` (`yarn release:version prerelease` for alpha / beta releases).
Copy link
Member

Choose a reason for hiding this comment

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

🙌

@mui-bot
Copy link

mui-bot commented Feb 9, 2023

Messages
📖 Netlify deploy preview: https://deploy-preview-7873--material-ui-x.netlify.app/

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 626.1 1,339.9 652.6 835.68 269.877
Sort 100k rows ms 623.1 1,237.3 885.7 921.82 195.066
Select 100k rows ms 200.8 407.6 210 260.36 78.295
Deselect 100k rows ms 137.4 371.5 225.9 221.36 85.193

Generated by 🚫 dangerJS against 727c28d

Co-authored-by: Lukas <llukas.tyla@gmail.com>
Signed-off-by: Andrew Cherniavskii <andrew.cherniavskii@gmail.com>
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Matheus Wichman <matheushw@outlook.com>
Signed-off-by: Andrew Cherniavskii <andrew.cherniavskii@gmail.com>
@cherniavskii cherniavskii enabled auto-merge (squash) February 9, 2023 16:21
@cherniavskii cherniavskii merged commit d532b54 into mui:next Feb 9, 2023
@cherniavskii cherniavskii deleted the release/6.0.0-beta.3 branch February 9, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release We are shipping :D
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants