| 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 | ||
- 
      
 - 
        
Save micmro/cfa78b2efda3cbbd79092a3ada2668a8 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