diff --git a/.cz-config.js b/.cz-config.js index 2eb91ccdab0..a9187cd8af8 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -19,6 +19,7 @@ module.exports = { // sort type values in asc types: [ { value: "ast", name: "ast: init, migrate, add, etc" }, + { value: "break", name: "break: changes that break the behaviour of the cli" }, { value: "chore", name: "chore: Updating deps, docs, linting, etc" }, { value: "cli", name: "cli: Core CLI things" }, { value: "docs", name: "docs: Documentation" }, diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f318139e85..5c635b7302c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -121,6 +121,17 @@ format that includes a **type** and a **subject**: