Excluding files in the workspace root of a monorepo from changelog calculations #26860
Unanswered
graham-iheart
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we have a small monorepo of 4 independent apps. We recently had a breaking change on one of them, but it updated the
pnpm-lock.yaml
in the root of the project (As well as another custom workspace file we use for our build system). This caused all of the apps to do a major version bump when runningnx release
. Is it possible to have nx ignore certain files in the root of the project when computing the version change?Beta Was this translation helpful? Give feedback.
All reactions