churchtools / changelogger

CLI Tool for creating consistent and committable changelog entries.
https://churchtools.github.io/changelogger/
Apache License 2.0
32 stars 9 forks source link

More Information on release #29

Open djschilling opened 4 years ago

djschilling commented 4 years ago

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.

obstschale commented 4 years ago

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

mmodler commented 2 years ago

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
djschilling commented 2 years ago

@mmodler that sounds good