-
Notifications
You must be signed in to change notification settings - Fork 331
/
Copy pathrelease-please-config.json
40 lines (40 loc) · 1.07 KB
/
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
38
39
40
{
"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",
"versioning": "prerelease",
"prerelease-type": "alpha",
"prerelease": true
},
"packages/phoenix-evals": {
"package-name": "arize-phoenix-evals",
"release-type": "python"
},
"packages/phoenix-otel": {
"package-name": "arize-phoenix-otel",
"release-type": "python"
}
}
}