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

Prevent writing to changelog if no changes were detected #56

Closed djschilling closed 2 years ago

djschilling commented 3 years ago

When calling changelogger release 1.0.0 without any changes, no change is made to the CHANGELOG.md file now.

I thought about adding a config option for this behaviour but it seems to be a better default for me, and i don't really know when we would write an empty changelog to CHANGELOG.md