Replies: 1 comment
-
Can you provide some more about your work flow?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @JamesHenry!
We have multiple apps in our workspace which are dependent on many non-buildable and buildable libs.. Now i want to understand how we can configure the release in
nx.json
to support versioning and change logs? If we make a change in a lib which is dependency to one app it should only version that app and not all the apps in the/apps
folder.Currently my config is following but this config always do version for all the apps in the folder instead of it i want it to do the versioning to only affected apps :
Beta Was this translation helpful? Give feedback.
All reactions