File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/scripts/src/locales Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ export const locales = {
11
11
} ,
12
12
gitCommitTypes : [
13
13
[ 'feat' , '新功能' ] ,
14
+ [ 'feat-wip' , '开发中的功能,比如某功能的部分代码' ] ,
14
15
[ 'fix' , '修复Bug' ] ,
15
16
[ 'docs' , '只涉及文档更新' ] ,
17
+ [ 'typo' , '代码或文档勘误,比如错误拼写' ] ,
16
18
[ 'style' , '修改代码风格,不影响代码含义的变更' ] ,
17
19
[ 'refactor' , '代码重构,既不修复 bug 也不添加功能的代码变更' ] ,
18
20
[ 'perf' , '可提高性能的代码更改' ] ,
@@ -47,8 +49,10 @@ export const locales = {
47
49
} ,
48
50
gitCommitTypes : [
49
51
[ 'feat' , 'A new feature' ] ,
52
+ [ 'feat-wip' , 'Features in development, such as partial code for a certain feature' ] ,
50
53
[ 'fix' , 'A bug fix' ] ,
51
54
[ 'docs' , 'Documentation only changes' ] ,
55
+ [ 'typo' , 'Code or document corrections, such as spelling errors' ] ,
52
56
[ 'style' , 'Changes that do not affect the meaning of the code' ] ,
53
57
[ 'refactor' , 'A code change that neither fixes a bug nor adds a feature' ] ,
54
58
[ 'perf' , 'A code change that improves performance' ] ,
You can’t perform that action at this time.
0 commit comments