-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
56 lines (56 loc) · 1.35 KB
/
index.json
File metadata and controls
56 lines (56 loc) · 1.35 KB
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
55
56
{
"types": {
"feat": {
"description": "新功能",
"title": "Features"
},
"change": {
"description": "需求变更",
"title": "Changes"
},
"fix": {
"description": "缺陷修复",
"title": "Bug Fixes"
},
"test": {
"description": "新增或修改测试代码",
"title": "Tests"
},
"design": {
"description": "新增或修改设计代码及文档",
"title": "Design"
},
"docs": {
"description": "文档变更",
"title": "Documentation"
},
"style": {
"description": "代码格式调整,未有功能代码修改(空白字符宽度、对齐、添加分隔符,等)",
"title": "Styles"
},
"refactor": {
"description": "代码重构,未涉及新功能或缺陷修复",
"title": "Code Refactoring"
},
"perf": {
"description": "性能优化",
"title": "Performance Improvements"
},
"build": {
"description": "构建工具或依赖管理调整",
"title": "Builds"
},
"ci": {
"description": "自动化构建脚本变更",
"title": "Continuous Integrations"
},
"chore": {
"description": "其它非代码或测试的变更",
"title": "Chores"
},
"revert": {
"description": "恢复到上一次版本",
"title": "Reverts"
}
}
}