-
Notifications
You must be signed in to change notification settings - Fork 0
/
.versionrc
69 lines (69 loc) · 1.12 KB
/
.versionrc
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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"types": [
{
"type": "chore",
"section": "其他",
"hidden": false
},
{
"type": "revert",
"section": "代码回退",
"hidden": false
},
{
"type": "feat",
"section": "新功能",
"hidden": false
},
{
"type": "fix",
"section": "Bug修复",
"hidden": false
},
{
"type": "docs",
"section": "文档",
"hidden": true
},
{
"type": "style",
"section": "代码格式",
"hidden": true
},
{
"type": "refactor",
"section": "代码重构",
"hidden": false
},
{
"type": "perf",
"section": "性能优化",
"hidden": false
},
{
"type": "test",
"section": "测试",
"hidden": true
},
{
"type": "build",
"section": "构建",
"hidden": true
},
{
"type": "ci",
"section": "CI配置",
"hidden": true
},
{
"type": "jsr",
"section": "jsr",
"hidden": true
},
{
"type": "coverage",
"section": "coverage",
"hidden": true
}
]
}