Conventional commits

1 · Thiago Perrotta · Oct. 25, 2024, 1:42 p.m.
Conventional commits: https://www.conventionalcommits.org/: A specification for adding human and machine readable meaning to commit messages […] a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages. ...