From d21971fefb42dd0dee30f121be2b84f7f513fcc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=98=8E=E8=BE=89?= <731967431@qq.com> Date: Wed, 23 Jun 2021 15:03:37 +0000 Subject: [PATCH] test --- .cz-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cz-config.js b/.cz-config.js index 1d8a6f9..5eece8c 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -5,7 +5,7 @@ module.exports = { types: [ { value: 'WIP', - name: '💪 WIP: 未完待续' + name: '💪 WIP:' }, { value: 'feat', -- Gitee