The Conventional Commits specification is a lightweight convention for commit messages that provides easy rules for creating an explicit commit history. It introduces types such as 'fix' and 'feat' to represent bug fixes and new features, respectively. Breaking changes can be indicated using a footer with 'BREAKING CHANGE'. The specification allows additional types and footers, and is not case-sensitive except for 'BREAKING CHANGE'.
4 Comments
Sort: