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

release v6.19.0 #11661

Merged
merged 6 commits into from
Jan 11, 2024
Merged

release v6.19.0 #11661

merged 6 commits into from
Jan 11, 2024

Conversation

alexfauquette
Copy link
Member

@alexfauquette alexfauquette commented Jan 11, 2024

Prepare the release of the packages

The following steps must be proposed as a pull request.

  • 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 (yarn release:version prerelease for alpha / beta releases).

  • 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.

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 master:docs-v6 -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-v6 deployment.

Publish GitHub release

Announce

@alexfauquette alexfauquette added the release We are shipping :D label Jan 11, 2024
@mui-bot
Copy link

mui-bot commented Jan 11, 2024

Deploy preview: https://deploy-preview-11661--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 4be97bc

CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
packages/grid/x-data-grid-generator/package.json Outdated Show resolved Hide resolved
packages/grid/x-data-grid-generator/package.json Outdated Show resolved Hide resolved
packages/grid/x-data-grid-premium/package.json Outdated Show resolved Hide resolved
packages/grid/x-data-grid-premium/package.json Outdated Show resolved Hide resolved
packages/grid/x-data-grid-pro/package.json Outdated Show resolved Hide resolved
@LukasTy LukasTy changed the title release v6.18.8 release v6.19.0 Jan 11, 2024
Copy link
Member

@LukasTy LukasTy left a comment

Choose a reason for hiding this comment

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

LGTM! 🙏 💯

@alexfauquette alexfauquette merged commit cc9dd37 into mui:master Jan 11, 2024
17 checks passed
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.

None yet

4 participants