Use a yarn plugin to manage releases (#12138)

This commit is contained in:
Nicolò Ribaudo
2020-10-14 21:43:53 +02:00
committed by GitHub
parent 91a7a64b4b
commit 02975b9ae1
13 changed files with 130 additions and 3533 deletions

View File

@@ -1,6 +1,6 @@
# Why is Babel a monorepo?
> The tool for managing the monorepo in Babel has been extracted out as [Lerna](https://github.com/lerna/lerna)
> Note: We don't use `lerna` to manage packages inside the monorepo, but yarn workspaces with an additional [custom plugin](https://github.com/nicolo-ribaudo/yarn-plugin-babel-release-tool).
Juggling a multimodule project over multiple repos is like trying to teach a newborn baby how to
ride a bike.