Skip to content

Commit a8215de

Browse files
committed
chore: 添加version配置文件
1 parent 8b98987 commit a8215de

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.versionrc

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"types": [
3+
{
4+
"type": "chore",
5+
"section": "其他",
6+
"hidden": false
7+
},
8+
{
9+
"type": "revert",
10+
"section": "代码回退",
11+
"hidden": false
12+
},
13+
{
14+
"type": "feat",
15+
"section": "新功能",
16+
"hidden": false
17+
},
18+
{
19+
"type": "fix",
20+
"section": "Bug修复",
21+
"hidden": false
22+
},
23+
{
24+
"type": "docs",
25+
"section": "文档",
26+
"hidden": false
27+
},
28+
{
29+
"type": "style",
30+
"section": "代码格式",
31+
"hidden": false
32+
},
33+
{
34+
"type": "refactor",
35+
"section": "代码重构",
36+
"hidden": false
37+
},
38+
{
39+
"type": "perf",
40+
"section": "性能优化",
41+
"hidden": false
42+
},
43+
{
44+
"type": "test",
45+
"section": "测试",
46+
"hidden": false
47+
},
48+
{
49+
"type": "build",
50+
"section": "构建",
51+
"hidden": false
52+
},
53+
{
54+
"type": "ci",
55+
"section": "CI配置",
56+
"hidden": false
57+
}
58+
]
59+
}

0 commit comments

Comments
 (0)