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

fix: enable merged feature with new extra logics #47

Closed marcocesarato closed 1 year ago

mottihoresh commented 1 year ago

@marcocesarato, it seems like the --merge flag no longer works properly since the last push. it seems to be creating the version wrong. on my end it always generate 0.0.1 version instead of the proper one

marcocesarato commented 1 year ago

@marcocesarato, it seems like the --merge flag no longer works properly since the last push. it seems to be creating the version wrong. on my end it always generate 0.0.1 version instead of the proper one

Hi, yes I checked. It was a my mistake, missed a line while copying. Now should work fine on version 1.15.3, let me know.

mottihoresh commented 1 year ago

Thank you!