Skip to content

Commit 7fd35c4

Browse files
twishabansalkurtisvg
authored andcommitted
ci: add release please config
1 parent 4f992d8 commit 7fd35c4

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"packages/toolbox-langchain": "0.1.0"
3+
}

release-please-config.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
12+
"include-component-in-tag": "false",
13+
"include-v-in-tag": "false"
14+
},
15+
"packages/toolbox-langchain": {
16+
"bump-minor-pre-major": true,
17+
"bump-patch-for-minor-pre-major": true,
18+
"component": "toolbox-langchain",
19+
"extra-files": [
20+
"src/toolbox_langchain/version.py"
21+
],
22+
"release-type": "python",
23+
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
24+
"include-component-in-tag": "false",
25+
"include-v-in-tag": "false"
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)