-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy path.versionrc.json
More file actions
45 lines (45 loc) · 990 Bytes
/
.versionrc.json
File metadata and controls
45 lines (45 loc) · 990 Bytes
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
{
"types": [
{
"type": "feat",
"section": "✨ 新功能"
},
{
"type": "fix",
"section": "🐛 Bug 修复"
},
{
"type": "perf",
"section": "⚡️ 性能优化"
},
{
"type": "refactor",
"section": "♻️ 重构"
},
{
"type": "docs",
"section": "📝 文档"
},
{
"type": "style",
"section": "💄 样式"
},
{
"type": "test",
"section": "✅ 测试"
},
{
"type": "chore",
"section": "🔧 构建/工具"
},
{
"type": "ci",
"section": "👷 CI/CD"
}
],
"releaseCommitMessageFormat": "chore(release): {{currentTag}}",
"skip": {
"tag": false
},
"header": "# 更新日志\n\n本项目的所有重要变更都会记录在此文件中。\n\n格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),\n版本号遵循 [语义化版本](https://semver.org/lang/zh-CN/) 规范。\n"
}