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

Disable composer.json update #42

Closed jawira closed 2 years ago

jawira commented 2 years ago

Hi, when I execute $ vendor/bin/conventional-changelog --history the version key is added to composer.json. Is there an option to disable this ? (I looked and I can't found anything).

The reasons are:

Maybe an option like --composer/--no-composer might be useful. Than you :)

marcocesarato commented 2 years ago

Hi, just check for the configuration "Package Bumps" / packageBump and set it to false

jawira commented 2 years ago

I works! Sorry for the inconvenience :)