marcocesarato / php-conventional-changelog

A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
227 stars 32 forks source link

feat: New option: Do not update CHANGELOG if no commits found. #50

Closed william-suppo closed 1 year ago

william-suppo commented 1 year ago

Hello,

I suggest you a new option --no-change-without-commits who dont update CHANGELOG if no commits found and produce a warning :

image

marcocesarato commented 1 year ago

Thanks for your pull request. This can be a very useful feature.