So it seems that you always pass in the sub projects as the 'include' filter.
For now I have just change that to List.of() So that it generates the changelog for everything, not just the sub-project.
The CLI needs to have an argument added to specify which sub-project it should build for.
That requires digging into the gradle plugin.
So it seems that you always pass in the sub projects as the 'include' filter.
For now I have just change that to
List.of()So that it generates the changelog for everything, not just the sub-project.The CLI needs to have an argument added to specify which sub-project it should build for.
That requires digging into the gradle plugin.