release-please-config.json•1.04 kB
{
"changelog-sections": [
{"type": "feat", "section": "🎉 Features", "hidden": false},
{"type": "fix", "section": "🛠️ Fixes", "hidden": false},
{"type": "docs", "section": "📄 Documentation", "hidden": false},
{"type": "perf", "section": "♻️ Chores", "hidden": false},
{"type": "refactor", "section": "♻️ Chores", "hidden": false},
{"type": "chore", "section": "♻️ Chores", "hidden": true},
{"type": "test", "section": "♻️ Chores", "hidden": true},
{"type": "build", "section": "⚙️ Automation", "hidden": true},
{"type": "ci", "section": "⚙️ Automation", "hidden": true}
],
"packages": {
".": {
"extra-files": [
{
"type": "generic",
"path": "src/main.ts"
},
{
"type": "json",
"path": "server.json",
"jsonpath": "version"
},
{
"type": "json",
"path": "server.json",
"jsonpath": "packages[0].version"
}
]
}
}
}