|
|
|
|
|
by pojzon
1456 days ago
|
|
Thats whats called „dependency management” and it should be built into your CI/CD, in majority of cases (non-breaking changes) after one repo PR merge you create a feature branch in the second one with new dependency already in place and all you have to do is apply feature changes you are working on. But yes - GitFlow or Environment Branch HELL is so common in the industry - its hard to talk about better approaches. |
|
The solutions to monorepo taking 10x longer to build seem to be "Spend 10x longer on the manual developer parts doing 10x more procedure with more tools, more rules, more work"