From b540f5599f51b2198615a4a4ef447fa23389d0b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Mon, 11 Jul 2022 12:28:33 +0800 Subject: [PATCH] fix: fix incorrect text --- .cz-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cz-config.js b/.cz-config.js index d47f4d1..71abbc2 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -13,7 +13,7 @@ module.exports = { { value: 'revert', name:'revert: 回滚 commit' }, ], scopes: [ - ['custom', '自定义3'], + ['custom', '自定义'], ['projects', '项目搭建'], ['components', '组件相关'], ['utils', 'utils 相关'],