Skip to content

Commit

Permalink
Merge branch 'v7.x' into set-default-overlay-height
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored Nov 21, 2024
2 parents 76f15ea + cd87779 commit f11da8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ In case of a problem, another method to generate the changelog is available at t
2. Clean the generated changelog, to match the format of [https://github.com/mui/mui-x/releases](https://github.com/mui/mui-x/releases).
3. Update the root `package.json`'s version
4. Update the versions of the other `package.json` files and of the dependencies with `pnpm release:version` (`pnpm release:version prerelease` for alpha / beta releases).
Do not skip the version bump if Lerna detects a change in the package. It is important to release the package if there are **any** changes to it.
If Lerna doesn't suggest a version bump for the package, don't release it.
5. Open PR with changes and wait for review and green CI.
6. Once CI is green and you have enough approvals, send a message on the `team-x` slack channel announcing a merge freeze.
7. Merge PR.
Expand Down

0 comments on commit f11da8c

Please sign in to comment.