Problems Publishing in Monorepos
July 29, 2026 ยท View on GitHub
Warning
This documentation is outdated. There is no up-to-date version of this documentation as problems are explained inlined where needed.
Problems Publishing in Monorepos
Monorepos have a heap of complexity around how publishing to npm works. Changesets helps most repository users avoid ever having to think about these problems, however repository maintainers, especially those who want to customise how their releases work (for example those not using our github action), may want to understand what it is solving for you.
TODO: flesh this out (sorry it's not done yet)