Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: composer.json and composer.lock have been removed from default …
…package and bump files. - No need to bump version for `composer` as it relies on VCS tag to infer version (#495) - Closes #394 BREAKING CHANGE: `composer.json` and `composer.lock` will no longer be read from or bumped by default. If you need to obtain a version or write a version to these files, please use `bumpFiles` and/or `packageFiles` options accordingly.
- Loading branch information