Files
alexsjones--llmfit/release-please-config.json
2026-07-13 12:12:21 +08:00

27 lines
706 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"tag-separator": "",
"include-v-in-tag": true,
"changelog-path": "CHANGELOG.md",
"versioning": "always-bump-patch",
"extra-files": [
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.package.version"
},
{
"type": "toml",
"path": "llmfit-tui/Cargo.toml",
"jsonpath": "$.dependencies.llmfit-core.version"
}
]
}
}
}