When there is a new major release for the products, the release process goes into multiple phases:
Core - Major version release process
MUI X - Major version release process
The stable version always uses master
. The work toward the next major always happens on the next
branch. We set the default branch on the active work, we very rarely have two active branches worked.
master
branch to next
.master
from the current next
branch commit.next
the default branch for Prettier https://github.com/mui/mui-x/pull/6097/files.next
for the dependencies deduplication https://github.com/mui/material-ui/pull/41657.From this point on, until the first alpha release and beyond, these activities should happen:
breaking change
GitHub label on the PRs and issues.