@@ -137,15 +137,9 @@ If the commit reverts a previous commit, it should begin with `revert: `, follow
137
137
### Type
138
138
Must be one of the following:
139
139
140
- * **feat**: A new feature
141
140
* **fix**: A bug fix
142
- * **docs**: Documentation only changes
143
- * **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
144
- * **ci**: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
145
- * **test**: Adding missing tests or correcting existing tests
146
- * **refactor**: A code change that neither fixes a bug nor adds a feature
147
- * **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
148
- * **perf**: A code change that improves performance
141
+ * **feat**: A new feature
142
+ * **chore**: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
149
143
150
144
### Scope
151
145
The scope should be the name of the npm package affected (as perceived by the person reading the changelog generated from commit messages.
0 commit comments