From aecbd1b688b1b36785149fd70c6a924e6f110489 Mon Sep 17 00:00:00 2001 From: waylon <1158341873@qq.com> Date: Thu, 7 Dec 2023 16:45:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20commit=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commitlint.config.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/commitlint.config.js b/commitlint.config.js index c1b7401f9a..aa306c1e8e 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -19,15 +19,14 @@ const Configuration = { 2, 'always', [ - 'feature', - 'bugfix', - 'minor', - 'optimization', - 'sprintfix', + 'feat', + 'fix', + 'docs', + 'style', 'refactor', 'test', - 'docs', - 'merge', + 'perf', + 'chore', ], ] },