Skip to content

Instantly share code, notes, and snippets.

View patrickjohnstevens's full-sized avatar

Patrick John Stevens patrickjohnstevens

View GitHub Profile
@patrickjohnstevens
patrickjohnstevens / conventional-commits.md
Created December 15, 2021 19:41 — 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
@patrickjohnstevens
patrickjohnstevens / README.md
Created April 11, 2022 15:51 — forked from hofmannsven/README.md
Git Cheatsheet