Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONTENT] Release Management in Monorepos #91

Open
galuszkak opened this issue Mar 17, 2023 · 1 comment
Open

[CONTENT] Release Management in Monorepos #91

galuszkak opened this issue Mar 17, 2023 · 1 comment
Labels
content Improvements or additions to content

Comments

@galuszkak
Copy link

Hey @juristr @bcabanes ,

Thanks for the amazing content on this website.

While I was browsing this, I realize there is a lot about building management systems, but one thing that I think gives a lot of interesting problems to solve is release management. Monorepo doesn't necessarily mean it's only a trunk deployment model for all apps/services.

For example, Nx is doing the release of all packages at once:
https://github.com/nrwl/nx
But Airflow or BlueprintJS are doing multiple package releases from their monorepos using git tags or Releases:
https://github.com/palantir/blueprint (20+ packages)
https://github.com/apache/airflow/ (60+ packages!)

This creates interesting problems regarding which approaches would work the best for the different use cases and engineers.
At least for me, this is the biggest gap, in the content on the website as it creates interesting maintenance challenges.

Thanks

@galuszkak galuszkak added the content Improvements or additions to content label Mar 17, 2023
@juristr
Copy link
Member

juristr commented Mar 17, 2023

Hey @galuszkak, thanks for reaching out. Yeah, we did not enter the release management specifically, as it can be very specific to your environment and requirements. At the tooling level, most tools don't have something integrated out of the box, but you can easily achieve some sort of release management with 3rd party tools you integrate with. Like changesets, release-it etc.

Lerna is probably one of the few that had it embedded from the beginning as it was one of the primary goals: manage packages in a monorepo that get versioned and released to NPM. And it has a guide on it: https://lerna.js.org/docs/features/version-and-publish

That said, we want to provide more content and guidance around these topics. So expect more to come.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content
Projects
None yet
Development

No branches or pull requests

2 participants