mui / mui-public

The public mono-repository of MUI (as an organization), see mui/mui-private for the opposite.
80 stars 16 forks source link

[infra] Support other repo with cherry-pick workflow #244

Closed oliviertassinari closed 1 week ago

oliviertassinari commented 1 week ago

I guess we need this to be able to replace https://github.com/mui/material-ui/pull/41742.

oliviertassinari commented 1 week ago

Rebased on HEAD to handle the conflict.

michelengelen commented 1 week ago

Rebased on HEAD to handle the conflict.

Depending on the adoption of the other repos to the version branching approach this might not be needed anymore... but this is something we should discuss with the other teams

oliviertassinari commented 1 week ago

True, the thought is that: 1. MUI X process is not appropriate for in all cases. 2. we can decouple the two concerns, support both cases.

An example of 1. when the next major is a rewrite that takes 18+ months, Material UI v0 to v1, calling the active branch master, while it might fail, and we might decide to ditch it, feels wrong.