danielflower / maven-gitlog-plugin

Generates a change log for maven projects using git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding support for conventional commits

php-coder opened this issue · comments

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

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

Any updates on this?

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.)