Skip to content

Instantly share code, notes, and snippets.

View Benjaminsson's full-sized avatar

Johan Benjaminsson Benjaminsson

View GitHub Profile
@Benjaminsson
Benjaminsson / conventional-commits.md
Last active November 28, 2025 12:43 — forked from Zekfad/conventional-commits.md
Conventional Commits Cheatsheet

Quick examples

  • feat: New feature
  • fix(scope): Bug in scope
  • feat!: Breaking change / feat(scope)!: rework API
  • chore(deps): Update dependencies

Commit types

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • chore: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries