From 10a00df3af67b745dce03ae2c6223fe2e4f6978f Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 7 Mar 2018 21:44:29 +0000 Subject: [PATCH] fix: adding 'fix' to whitelist --- .cz-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.cz-config.js b/.cz-config.js index 02a6b6cfa83..e5a497b2436 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -25,5 +25,6 @@ module.exports = { { value: "cli", name: "cli: Core CLI things" }, { value: "misc", name: "misc: Other formats like tweaks and such" }, { value: "chore", name: "chore: Updating docs, linting, etc" }, + { value: "fix", name: "bugs, typos, etc" } ] };