Skip to main content

Convetional Commits

What is Conventional Commits?

The Conventional Commits spesification is a lightweight convention on top of commit messages, providing a set of rules for creating an explisit commit history.

[language]

(n) convention = konvensi = kesepakatan (kbbi).
(v) dovetail = selaras.

Typefor
featnew feature for the user, not a new feature for the building script
fixbux fix for the user, not fix to a build script
docschanges to the documentation
styleformatting, missing semi colons, etc; no production code change
refactorrefactoring production code, eg. renaming a variable