Closed tomasnorre closed 5 years ago
sounds like a neat addition
ok. Will look into it and see if I can provide a Pull Request.
Generally a filter by type would be useful here.
We can add commandline options:
--onlyBreaking
/ --ob
--onlyDeprecations
/ --od
??
Or maybe --only breaking,deprecation,...
if that isn't too hard to implement.
Yes, just saw that we have:
const TYPE_BREAKING = 'BREAKING';
const TYPE_DEPRECATION = 'DEPRECATION';
const TYPE_IMPORTANT = 'IMPORTANT';
const TYPE_FEATURE = 'FEATURE';
@Tuurlijk Thanks a lot. :-)
Hi,
When maintaining bigger Projects (100+ extensions) the breaking changes have priority over deprecations.
It would be could if one could add a Option parameter to only show Breaking changes.
I know that I should run the report on extension level too, but for progress monitoring and overview and aggregated report is really helpful.
Let me know what you think, would be happy to help implementing if the idea gets a thumbs up.