Skip to content

Commit b27ab08

Browse files
authoredFeb 6, 2020
fix: drop support for 'improvement' type (#899)
The 'improvement' type was never added to the spec, and isn't supported by other tools in the ecosystem. BREAKING CHANGE: 'improvement' type will now be rejected by this config.
1 parent a595575 commit b27ab08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎@commitlint/config-conventional/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module.exports = {
2424
'docs',
2525
'feat',
2626
'fix',
27-
'improvement',
2827
'perf',
2928
'refactor',
3029
'revert',

0 commit comments

Comments
 (0)
Please sign in to comment.