Skip to content

Instantly share code, notes, and snippets.

View WilliamAnimate's full-sized avatar
💭
ggVGP<esc>:w<enter>:term<enter>icargocheck<enter><C-d>

William WilliamAnimate

💭
ggVGP<esc>:w<enter>:term<enter>icargocheck<enter><C-d>
View GitHub Profile
@Zekfad
Zekfad / conventional-commits.md
Last active July 25, 2024 02:43
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