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

6m read timeFrom conventionalcommits.org
Post cover image
Table of contents
SummaryExamplesSpecificationWhy Use Conventional CommitsFAQ
4 Comments

Sort: