You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using NX monorepo with Angular, a handful of /apps and an abundance of /libs. We're using conventional commits, and then when I run for example nx run app-name:version --trackDeps it bumps and lists all the updated libs as expected under "Dependancy Updates", but it seems "Bug Fixes" and "Features" only gets populated by commits that include changes to the /apps folder. Any commits that only feature changes to the /libs folder don't get mentioned.
Is this by design? I don't see an option to enable listing /libs changes.
The text was updated successfully, but these errors were encountered:
Using NX monorepo with Angular, a handful of
/apps
and an abundance of/libs
. We're using conventional commits, and then when I run for examplenx run app-name:version --trackDeps
it bumps and lists all the updated libs as expected under "Dependancy Updates", but it seems "Bug Fixes" and "Features" only gets populated by commits that include changes to the /apps folder. Any commits that only feature changes to the /libs folder don't get mentioned.Is this by design? I don't see an option to enable listing /libs changes.
The text was updated successfully, but these errors were encountered: