forked from TencentCloudBase/CloudBase-MCP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.versionrc.json
More file actions
26 lines (26 loc) · 1.07 KB
/
.versionrc.json
File metadata and controls
26 lines (26 loc) · 1.07 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
{
"types": [
{"type": "feat", "section": "✨ 新功能", "hidden": false},
{"type": "fix", "section": "🐛 修复", "hidden": false},
{"type": "docs", "section": "📝 文档", "hidden": false},
{"type": "style", "section": "💄 样式", "hidden": false},
{"type": "refactor", "section": "♻️ 重构", "hidden": false},
{"type": "perf", "section": "⚡ 性能", "hidden": false},
{"type": "test", "section": "✅ 测试", "hidden": false},
{"type": "chore", "section": "🔧 其他", "hidden": false}
],
"commitUrlFormat": "https://github.com/TencentCloudBase/CloudBase-AI-ToolKit/commit/{{hash}}",
"compareUrlFormat": "https://github.com/TencentCloudBase/CloudBase-AI-ToolKit/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://github.com/TencentCloudBase/CloudBase-AI-ToolKit/issues/{{id}}",
"releaseCommitMessageFormat": "chore(release): 🔖 {{currentTag}}",
"bumpFiles": [
{
"filename": "package.json",
"updater": "json"
},
{
"filename": "package-lock.json",
"updater": "json"
}
]
}