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
228 stars 32 forks source link

feat: allows ability to hide version separator #19

Closed jaymeh closed 3 years ago

jaymeh commented 3 years ago

Been working with a system that automatically injects version separators into changelogs. This formatting seemed to cause some issues, so I thought it would be beneficial to allow me to turn separators off when generating my own

Thanks

image

marcocesarato commented 3 years ago

Hi, thanks for the pull request. Merged.