tech/webdev magazine

July 27, 2023

How to version all packages synchronously, in a monorepo using Lerna

Thursday, July 27, 2023 Teklinks

In this post we will be exploring how to set up automatic versioning of packages inside of a monorepo using Lerna. There are many ways in which you can do this with different technologies and ideas, but mostly it comes down to a single decision; do you want to version the entire repository as one, or have the individual packages within the monorepo be individually versioned from each other?

Full article