Conventional Commits

Conventional Commits is a generic convention of writing commit messages. It provides a set of simple rules for creating new commits, easier to automate tools on top, such as changelog or semantic versioning.

Goal of this convention is to make commit messages more readable for developers or other stakeholder, consistent among developers and easier to automate.

References