Skip to content

Instantly share code, notes, and snippets.

View jwilliams-met's full-sized avatar

John Williams Metservice jwilliams-met

View GitHub Profile
@jwilliams-met
jwilliams-met / conventional-commits.md
Created July 7, 2021 03:29 — 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