Skip to content

Commit

Permalink
fix: drop support for 'improvement' type (#899)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gavinsharp committed Feb 6, 2020
1 parent a595575 commit b27ab08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion @commitlint/config-conventional/index.js
Expand Up @@ -24,7 +24,6 @@ module.exports = {
'docs',
'feat',
'fix',
'improvement',
'perf',
'refactor',
'revert',
Expand Down

0 comments on commit b27ab08

Please sign in to comment.