From d57e2918c25e8881523a64166bb3e54ed9e92e5e Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Fri, 17 Jan 2020 14:56:06 -0500 Subject: [PATCH] fix: drop support for 'improvement' type 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. --- @commitlint/config-conventional/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/@commitlint/config-conventional/index.js b/@commitlint/config-conventional/index.js index 74eda5bf46..83a4c24847 100644 --- a/@commitlint/config-conventional/index.js +++ b/@commitlint/config-conventional/index.js @@ -24,7 +24,6 @@ module.exports = { 'docs', 'feat', 'fix', - 'improvement', 'perf', 'refactor', 'revert',