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 = {
1111 } ,
1212 gitCommitTypes : [
1313 [ 'feat' , '新功能' ] ,
14+ [ 'feat-wip' , '开发中的功能,比如某功能的部分代码' ] ,
1415 [ 'fix' , '修复Bug' ] ,
1516 [ 'docs' , '只涉及文档更新' ] ,
17+ [ 'typo' , '代码或文档勘误,比如错误拼写' ] ,
1618 [ 'style' , '修改代码风格,不影响代码含义的变更' ] ,
1719 [ 'refactor' , '代码重构,既不修复 bug 也不添加功能的代码变更' ] ,
1820 [ 'perf' , '可提高性能的代码更改' ] ,
@@ -47,8 +49,10 @@ export const locales = {
4749 } ,
4850 gitCommitTypes : [
4951 [ 'feat' , 'A new feature' ] ,
52+ [ 'feat-wip' , 'Features in development, such as partial code for a certain feature' ] ,
5053 [ 'fix' , 'A bug fix' ] ,
5154 [ 'docs' , 'Documentation only changes' ] ,
55+ [ 'typo' , 'Code or document corrections, such as spelling errors' ] ,
5256 [ 'style' , 'Changes that do not affect the meaning of the code' ] ,
5357 [ 'refactor' , 'A code change that neither fixes a bug nor adds a feature' ] ,
5458 [ 'perf' , 'A code change that improves performance' ] ,
You can’t perform that action at this time.
0 commit comments