danielflower / maven-gitlog-plugin

Generates a change log for maven projects using git
55 stars 34 forks source link

Consider adding support for conventional commits #58

Open php-coder opened 5 years ago

php-coder commented 5 years ago

It would be handy to have support for https://www.conventionalcommits.org In this case, the generated changelog will group commits by bug fixes/features/build/test/etc changes.

See also: https://github.com/conventional-changelog/conventional-changelog

flisboac commented 4 years ago

That would make it possible for me to avoid using standard-version altogether on my Java-only projects!

rodoabad commented 4 years ago

Any updates on this?

danielflower commented 4 years ago

Hi, no updates. (I don't plan to work on this but would consider pull requests that were simple enough for me to understand quickly.)