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 |
Last active
December 4, 2019 14:49
-
-
Save timdeschryver/6d70bacfab46e0973a710c33c32f5808 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment