mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 15:10:03 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"$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.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": "🤖 持续集成"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |