changelogger
changelogger copied to clipboard
More Information on release
Executing the release command leads to this output:
> ./bin/changelogger release 3.58.0-RC4 Changelog for 3.58.0-RC4 created Clean unreleased changes: ✔
It would bei nice to see how many changelog entries were added.
Do you mean like
Bug Fixes: 23
Features: 14
or
Total changes: 37
We could add a the total changes log to the default output and for a more verbose output use -v
Do you mean like
Bug Fixes: 23 Features: 14or
Total changes: 37We could add a the total changes log to the default output and for a more verbose output use
-v
I would add both, for example:
Bug Fixes: 23
Features: 14
=> Total changes: 37
@mmodler that sounds good