From 21740af2547c535ccadf72c47c8cd151fa2972ea Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Sun, 19 Nov 2017 15:18:48 +0100 Subject: [PATCH] fix: update to latest angular commit conventions compare: * https://github.com/marionebl/commitlint/commit/d4bdcf66f3355dd4328b52a1ed986f79acb079b1 * https://github.com/angular/angular/commit/dff6ee32725197bdb81f3f63c5bd9805f2ed22bb#diff-6a3371457528722a734f3c51d9238c13L204 BREAKING CHANGE chore is no longer supported as commit type --- index.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.json b/index.json index 8bc4c79..a7e7c63 100644 --- a/index.json +++ b/index.json @@ -36,10 +36,6 @@ "description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)", "title": "Continuous Integrations" }, - "chore": { - "description": "Other changes that don't modify src or test files", - "title": "Chores" - }, "revert": { "description": "Reverts a previous commit", "title": "Reverts"