Skip to content

Instantly share code, notes, and snippets.

@timdeschryver
Last active December 4, 2019 14:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save timdeschryver/6d70bacfab46e0973a710c33c32f5808 to your computer and use it in GitHub Desktop.
Save timdeschryver/6d70bacfab46e0973a710c33c32f5808 to your computer and use it in GitHub Desktop.
type description release type
feat A new feature minor
fix A bug fix patch
docs Documentation only changes /
style Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) /
refactor A code change that neither fixes a bug nor adds a feature /
perf A code change that improves performance patch
test Adding missing or correcting existing tests /
chore Changes to the build process or auxiliary tools and libraries such as documentation generation /
If the body contains `BREAKING CHANGE`, `BREAKING CHANGES` or `BREAKING` it will result in a a new major release
The highest release type will determine the global release type when multiple commits are made
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment