From 097615bdc7400bf627d965d7878d8315cae6e7c4 Mon Sep 17 00:00:00 2001 From: Yolo Date: Mon, 6 Jan 2025 17:09:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=88=8D=E5=BC=83=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commitlint.config.cjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/commitlint.config.cjs b/commitlint.config.cjs index b1befc4..d54b231 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -22,14 +22,12 @@ module.exports = { "refactor", "perf", "test", - "build", "ci", "chore", "revert", "wip", "workflow", "types", - "release" ] ] }