-
Notifications
You must be signed in to change notification settings - Fork 32
/
release-please-config.json
71 lines (71 loc) · 3.19 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"bump-patch-for-minor-pre-major": true,
"separate-pull-requests": true,
"sequential-calls": true,
"packages": {
"python/openinference-semantic-conventions": {
"package-name": "python-openinference-semantic-conventions",
"release-type": "python"
},
"python/openinference-instrumentation": {
"package-name": "python-openinference-instrumentation",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-mistralai": {
"package-name": "python-openinference-instrumentation-mistralai",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-openai": {
"package-name": "python-openinference-instrumentation-openai",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-vertexai": {
"package-name": "python-openinference-instrumentation-vertexai",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-llama-index": {
"package-name": "python-openinference-instrumentation-llama-index",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-dspy": {
"package-name": "python-openinference-instrumentation-dspy",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-bedrock": {
"package-name": "python-openinference-instrumentation-bedrock",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-langchain": {
"package-name": "python-openinference-instrumentation-langchain",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-guardrails": {
"package-name": "python-openinference-instrumentation-guardrails",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-crewai": {
"package-name": "python-openinference-instrumentation-crewai",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-haystack": {
"package-name": "python-openinference-instrumentation-haystack",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-litellm": {
"package-name": "python-openinference-instrumentation-litellm",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-groq": {
"package-name": "python-openinference-instrumentation-groq",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-instructor": {
"package-name": "python-openinference-instrumentation-instructor",
"release-type": "python"
},
"python/instrumentation/openinference-instrumentation-anthropic": {
"package-name": "python-openinference-instrumentation-anthropic",
"release-type": "python"
}
}
}