-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cz-config.json
54 lines (54 loc) · 1.39 KB
/
.cz-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"types": [
{
"emoji": "",
"value": "feature",
"name": "feature: 新功能"
},
{
"emoji": "",
"value": "fixbug",
"name": "fixbug: 修复"
},
{
"emoji": "",
"value": "docs",
"name": "docs: 文档变更"
},
{
"emoji": "",
"value": "style",
"name": "style: 不影响程序逻辑的代码修改(修改空白字符,格式缩进,补全缺失的分号等,没有改变代码逻辑)"
},
{
"emoji": "",
"value": "refactor",
"name": "refactor: 重构(既不是增加feature),也不是修复bug"
},
{
"emoji": "",
"value": "perf",
"name": "perf: 性能优化"
},
{
"emoji": "",
"value": "chore",
"name": "chore: 不属于以上类型的其他类型,比如构建流程, 依赖管理"
},
{
"emoji": "",
"value": "revert",
"name": "revert: 回退"
}
],
"messages": {
"type": "请选择提交的类型;",
"customScope": "请输入修改的范围(可选)",
"subject": "请简要描述提交(必填)",
"body": "请输入详细描述(可选)",
"footer": "请选择要关闭的issue(可选)",
"confirmCommit": "确认要使用以上信息提交?(y/n)"
},
"skipQuestions": ["scope", "customScope", "body", "footer"],
"subjectLimit": 100
}