Skip to content

Instantly share code, notes, and snippets.

@dolmios
Last active October 6, 2023 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolmios/0e33c579a500d87fc6f44df6cde97259 to your computer and use it in GitHub Desktop.
Save dolmios/0e33c579a500d87fc6f44df6cde97259 to your computer and use it in GitHub Desktop.
Conventional Commits

Conventional Commits

A very slightly tweaked cheatsheet on the Conventional Commits specification.

type use case
fix A code change that fixes something.
build Changes to the build system or external dependencies.
feat A new feature.
perf A code change that improves performance.
refactor A code change that neither fixes a bug nor adds a feature.
test Add missing tests or correcting existing tests.
chore Repository maintenance.
revert A reverting change.
BREAKING A major semantic version change (breaking release).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment