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.