Files
tunarr/release/release-please-config.json
2025-12-12 15:08:50 -05:00

46 lines
1.3 KiB
JSON

{
"bootstrap-sha": "3f92f16fb02166239bc33b0f9b4ca5727b3be52b",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"draft": false,
"prerelease": false,
"bootstrap-sha": "3f92f16fb02166239bc33b0f9b4ca5727b3be52b",
"include-v-in-tag": true,
"include-component-in-tag": false,
"extra-files": [
{
"type": "json",
"path": "server/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "web/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "types/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "shared/package.json",
"jsonpath": "$.version"
}
],
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "style", "section": "UI Changes" }
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}