-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
47 lines (47 loc) · 1.37 KB
/
Copy pathrelease-please-config.json
File metadata and controls
47 lines (47 loc) · 1.37 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
"bootstrap-sha": "3bc6a28c37385645de3e7a27e3f75faace624294",
"release-type": "simple",
"packages": {
".": {
"release-type": "simple",
"extra-files": [
"lua/wanxiang/wanxiang.lua"
],
"changelog-sections": [
{
"type": "feat",
"section": "✨ 新特性"
},
{
"type": "dict",
"section": "📚 词库更新"
},
{
"type": "perf",
"section": "🔥 性能优化"
},
{
"type": "fix",
"section": "🐛 Bug 修复"
},
{
"type": "refactor",
"section": "💅 重构"
},
{
"type": "docs",
"section": "📖 文档"
},
{
"type": "chore",
"section": "🏡 杂项"
},
{
"type": "ci",
"section": "🤖 持续集成"
}
]
}
}
}