-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
30 lines (30 loc) · 1006 Bytes
/
release-please-config.json
File metadata and controls
30 lines (30 loc) · 1006 Bytes
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
{
"include-component-in-tag": true,
"bootstrap-sha": "b63dbb5e3ccd6d2024d5c2b2761e04fcb7e86079",
"packages": {
"packages/sdk/server-ai": {
"release-type": "python",
"versioning": "default",
"bump-minor-pre-major": true,
"include-v-in-tag": false,
"extra-files": ["src/ldai/__init__.py", "PROVENANCE.md"],
"component": "launchdarkly-server-sdk-ai"
},
"packages/ai-providers/server-ai-langchain": {
"release-type": "python",
"versioning": "default",
"bump-minor-pre-major": true,
"include-v-in-tag": false,
"extra-files": ["src/ldai_langchain/__init__.py"],
"component": "launchdarkly-server-sdk-ai-langchain"
},
"packages/ai-providers/server-ai-openai": {
"release-type": "python",
"versioning": "default",
"bump-minor-pre-major": true,
"include-v-in-tag": false,
"extra-files": ["src/ldai_openai/__init__.py"],
"component": "launchdarkly-server-sdk-ai-openai"
}
}
}