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" } ] };