Skip to content

Instantly share code, notes, and snippets.

View th-deep's full-sized avatar
🪐
On Saturn

deep th-deep

🪐
On Saturn
View GitHub Profile
@th-deep
th-deep / conventional-commits.md
Created April 23, 2021 09:06 — forked from Zekfad/conventional-commits.md
Conventional Commits Cheatsheet

Quick examples

  • feat: new feature
  • fix(scope): bug in scope
  • feat!: breaking change in 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 wich doesn't change source code or tests e.g. chnages to the build process, auxiliary tools, libraries