-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
23 lines (23 loc) · 1.04 KB
/
Copy pathrelease-please-config.json
File metadata and controls
23 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "python",
"tag-separator": "",
"include-component-in-tag": false,
"packages": {
".": {
"_comment": "Single shared version for every package this repo ships: the three Python packages (coordinode, langchain-coordinode, llama-index-graph-stores-coordinode) and the compiled extension coordinode-embedded. release.yml builds and publishes all four from one tag.",
"component": "sdk",
"changelog-path": "CHANGELOG.md",
"_extra_files_comment": "The Python packages read their version from the tag through hatch-vcs. maturin has no equivalent: it takes the wheel version from Cargo.toml, so that file has to carry the release version and the release PR is what writes it.",
"extra-files": [
{
"type": "toml",
"path": "coordinode-embedded/Cargo.toml",
"jsonpath": "$.package.version"
}
]
}
},
"versioning": "default",
"initial-version": "0.3.0"
}