mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"bootstrap-sha": "31c0ba34fd2dcf535fd3993952da0aba45bd0fa0",
|
|
"last-release-sha": "31c0ba34fd2dcf535fd3993952da0aba45bd0fa0",
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "node",
|
|
"draft": false,
|
|
"versioning": "prerelease",
|
|
"prerelease": true,
|
|
"prerelease-type": "dev",
|
|
"bootstrap-sha": "31c0ba34fd2dcf535fd3993952da0aba45bd0fa0",
|
|
"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"
|
|
}
|