forked from Arize-ai/phoenix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
37 lines (37 loc) · 988 Bytes
/
release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"separate-pull-requests": true,
"sequential-calls": true,
"packages": {
".": {
"package-name": "arize-phoenix",
"release-type": "python",
"exclude-paths": [
".github",
".tours",
"api_reference",
"docs",
"examples",
"internal_docs",
"js",
"kustomize",
"packages",
"requirements",
"scripts",
"tests",
"tutorials"
]
},
"packages/phoenix-client": {
"package-name": "arize-phoenix-client",
"release-type": "python"
},
"packages/phoenix-evals": {
"package-name": "arize-phoenix-evals",
"release-type": "python"
},
"packages/phoenix-otel": {
"package-name": "arize-phoenix-otel",
"release-type": "python"
}
}
}