mirror of
https://github.com/Canner/WrenAI.git
synced 2026-09-01 15:34:04 +08:00
abeb845b60
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"separate-pull-requests": true,
|
|
"include-component-in-tag": true,
|
|
"packages": {
|
|
"core/wren-core-py": {
|
|
"component": "wren-core-py",
|
|
"release-type": "python",
|
|
"bump-minor-pre-major": true,
|
|
"extra-files": [
|
|
"Cargo.toml",
|
|
{
|
|
"path": "uv.lock",
|
|
"type": "toml",
|
|
"jsonpath": "$.package[?(@.name.value=='wren-core-py')].version"
|
|
}
|
|
]
|
|
},
|
|
"core/wren": {
|
|
"component": "wren",
|
|
"release-type": "python",
|
|
"bump-minor-pre-major": true,
|
|
"extra-files": [
|
|
{
|
|
"path": "uv.lock",
|
|
"type": "toml",
|
|
"jsonpath": "$.package[?(@.name.value=='wrenai')].version"
|
|
}
|
|
]
|
|
},
|
|
"core/wren-core-wasm": {
|
|
"component": "wren-core-wasm",
|
|
"release-type": "node",
|
|
"bump-minor-pre-major": true,
|
|
"extra-files": [
|
|
"Cargo.toml"
|
|
]
|
|
},
|
|
"sdk/wren-langchain": {
|
|
"component": "wren-langchain",
|
|
"release-type": "python",
|
|
"bump-minor-pre-major": true,
|
|
"extra-files": [
|
|
"src/wren_langchain/__init__.py"
|
|
]
|
|
},
|
|
"sdk/wren-pydantic": {
|
|
"component": "wren-pydantic",
|
|
"release-type": "python",
|
|
"bump-minor-pre-major": true,
|
|
"extra-files": [
|
|
"src/wren_pydantic/__init__.py"
|
|
]
|
|
}
|
|
}
|
|
}
|