Skip to content

Commit 02fbcbe

Browse files
twishabansalkurtisvg
authored andcommitted
chore: try fixing config again
1 parent 4e98283 commit 02fbcbe

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

release-please-config.json

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
{
2+
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
3+
"include-component-in-tag": false,
4+
"include-v-in-tag": false,
5+
"release-as": "0.1.1",
6+
"release-type": "python",
7+
"bump-minor-pre-major": true,
8+
"bump-patch-for-minor-pre-major": true,
9+
"draft": true,
210
"packages": {
311
"packages/toolbox-core": {
4-
"bump-minor-pre-major": true,
5-
"bump-patch-for-minor-pre-major": true,
6-
"component": "toolbox-core",
712
"extra-files": [
813
"src/toolbox_core/version.py"
9-
],
10-
"release-type": "python"
14+
]
1115
},
1216
"packages/toolbox-langchain": {
13-
"bump-minor-pre-major": true,
14-
"bump-patch-for-minor-pre-major": true,
15-
"component": "toolbox-langchain",
1617
"extra-files": [
1718
"src/toolbox_langchain/version.py"
18-
],
19-
"release-type": "python"
19+
]
2020
}
21-
},
22-
"bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1",
23-
"include-component-in-tag": false,
24-
"include-v-in-tag": false,
25-
"initial-version": "0.1.1"
21+
}
2622
}

0 commit comments

Comments
 (0)