Skip to content

Instantly share code, notes, and snippets.

@BrechtBonte
Last active January 12, 2022 07:16
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 BrechtBonte/4a31c80e32b8f729e792d349f9cd1bc9 to your computer and use it in GitHub Desktop.
Save BrechtBonte/4a31c80e32b8f729e792d349f9cd1bc9 to your computer and use it in GitHub Desktop.
Conventional gitmoji config
{"gitmojis":[{"emoji":"fix|","entity":"fix|","code":"fix|","description":"Fix a bug in the code","name":"Fix","semver":"path"},{"emoji":"feat|","entity":"feat|","code":"feat|","description":"Adds a new feature to the code","name":"Feature","semver":"minor"},{"emoji":"BREAKING|","entity":"BREAKING|","code":"BREAKING|","description":"Adds a breaking change","name":"Breaking change","semver":"major"},{"emoji":"build|","entity":"build|","code":"build|","description":"Adds or updates build systems or external dependencies","name":"Build","semver":null},{"emoji":"ci|","entity":"ci|","code":"ci|","description":"Apply changes to your CI configuration","name":"Continuous Integration","semver":null},{"emoji":"docs|","entity":"docs|","code":"docs|","description":"Add or update documentation","name":"Documentation","semver":null},{"emoji":"perf|","entity":"perf|","code":"perf|","description":"Apply a change to improve performance","name":"Performance","semver":null},{"emoji":"refactor|","entity":"refactor|","code":"refactor|","description":"A code change that neither fixes a bug nor adds a feature","name":"Refactor","semver":null},{"emoji":"style|","entity":"style|","code":"style|","description":"Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)","name":"Style","semver":null},{"emoji":"test|","entity":"test|","code":"test|","description":"Adding missing tests or correcting existing tests","name":"Test","semver":null},{"emoji":"chore|","entity":"chore|","code":"chore|","description":"Sometimes you've gotta do what you've gotta do","name":"Chore","semver":null}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment