phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.

Home Page:https://phly.github.io/keep-a-changelog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider supporting conventional commit specs

damianopetrungaro opened this issue · comments

Did you consider supporting and implementing the conventional commit specs for keep-a-changelog?

It endorses using proper commit messages and has clear changelogs.
See an example of the benefit take a look at the Angular commits

Conventional commit is orthogonal to Keep A Changelog format; it's something done during commit/merge. The messages from those can certainly make their way into the changelog itself (and, I'd argue that the sections they go into would be based on the scope), but the practice is separate from the Keep A Changelog format.