Should nx release have an option to Include changes from non-buildable shared libraries in app changelogs? #31251
waldemarnt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you for the amazing work on Nx — it has been central to how we scale development at our company. I’d like to raise a potential gap in the current nx release implementation, particularly around changelog generation for apps that depend on non-buildable shared libraries.
🧩 Context
We use a modular monorepo with Nx and NestJS.
🎯 Our goal
When we release an app (e.g. billing-api), we want to:
🤔 The current challenge
When we run:
💡 What we’re looking for
We’re wondering:
🧠 Why this matters
For teams using Nx with NestJS and apps that bundle everything together (without publishing shared libs), the app’s changelog is the true unit of change. Omitting changes in shared modules creates blind spots in audits and releases.
We’d love to hear how others are solving this — and whether this is something that could be improved natively in Nx.
Beta Was this translation helpful? Give feedback.
All reactions