Skip to content

Instantly share code, notes, and snippets.

@jtanios
jtanios / conventional-commits.md
Last active February 23, 2024 15:12 — forked from Zekfad/conventional-commits.md
Conventional Commits Cheatsheet

Quick examples

  • feat: new feature
  • fix(scope): bug in scope
  • feat!: breaking change / feat(scope)!: change API contract
  • chore(deps): update dependencies

Commit types

  • feat: A new product feature
  • fix: A bug fix
  • test: Adding tests or correcting existing tests