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 v7.0.0-alpha.8 #11662

Merged
merged 5 commits into from
Jan 11, 2024
Merged

release v7.0.0-alpha.8 #11662

merged 5 commits into from
Jan 11, 2024

Conversation

alexfauquette
Copy link
Member

  1. Clean the generated changelog, to match the format of https://github.com/mui/mui-x/releases.
  2. Update the root package.json's version
  3. 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).
  4. Open PR with changes and wait for review and green CI.
  5. Merge PR once CI is green, and it has been approved.

Release the packages

  1. Checkout the last version of the working branch
  2. yarn && yarn release:build (make sure you have the latest dependencies installed, and build the packages)
  3. yarn release:publish (release the versions on npm, you need your 2FA device)
  4. yarn release:tag (push the newly created 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 -f upstream next:docs-next

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.

@alexfauquette alexfauquette added the release We are shipping :D label Jan 11, 2024
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md 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
packages/x-date-pickers-pro/package.json Outdated Show resolved Hide resolved
@mui-bot
Copy link

mui-bot commented Jan 11, 2024

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

Generated by 🚫 dangerJS against 44ae045

@alexfauquette alexfauquette merged commit a247004 into mui:next Jan 11, 2024
17 checks passed
@alexfauquette alexfauquette deleted the release-v7 branch January 11, 2024 18:35
@oliviertassinari
Copy link
Member

oliviertassinari commented Jan 11, 2024

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.

@LukasTy
Copy link
Member

LukasTy commented Jan 11, 2024

Not sure what was the problem, but docs-v6 was also 2 months old and on 6.18.0. 🤷 🙈
I've pushed the latest master there and now the doc is up to date.

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.

5 participants