Skip to content

Commit fdb4283

Browse files
committed
added config.json
1 parent 6e5875e commit fdb4283

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

release-please-config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"packages": {
3+
"packages/toolbox-core": {
4+
"bump-minor-pre-major": true,
5+
"bump-patch-for-minor-pre-major": true,
6+
"component": "toolbox-core",
7+
"extra-files": [
8+
"src/toolbox_core/version.py"
9+
],
10+
"release-type": "python"
11+
},
12+
"packages/toolbox-langchain": {
13+
"bump-minor-pre-major": true,
14+
"bump-patch-for-minor-pre-major": true,
15+
"component": "toolbox-langchain",
16+
"extra-files": [
17+
"src/toolbox_langchain/version.py"
18+
],
19+
"release-type": "python"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)