changelogger icon indicating copy to clipboard operation
changelogger copied to clipboard

More Information on release

Open djschilling opened this issue 5 years ago • 3 comments

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.

djschilling avatar Apr 17 '20 09:04 djschilling

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

obstschale avatar May 01 '20 10:05 obstschale

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

I would add both, for example:

Bug Fixes: 23
Features: 14
=> Total changes: 37

mmodler avatar Sep 01 '22 19:09 mmodler

@mmodler that sounds good

djschilling avatar Sep 01 '22 20:09 djschilling