From b20fc4856b54553ef3555455e271fb0f76995512 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 13 Nov 2024 11:07:36 +0100 Subject: [PATCH] chore: add depr to commit types for deprecation decisions --- commitlint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commitlint.config.js b/commitlint.config.js index 09de8b8272..0c582f542f 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -19,6 +19,7 @@ module.exports = { "revert", "style", "test", + "deprecate", // deprecation decision ], ], },