Files
rime_wanxiang/release-please-config.json
2026-01-21 17:43:36 +08:00

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": "🤖 持续集成"
}
]
}
}
}