|
1 | 1 | { |
| 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, |
2 | 10 | "packages": { |
3 | 11 | "packages/toolbox-core": { |
4 | | - "bump-minor-pre-major": true, |
5 | | - "bump-patch-for-minor-pre-major": true, |
6 | | - "component": "toolbox-core", |
7 | 12 | "extra-files": [ |
8 | 13 | "src/toolbox_core/version.py" |
9 | | - ], |
10 | | - "release-type": "python" |
| 14 | + ] |
11 | 15 | }, |
12 | 16 | "packages/toolbox-langchain": { |
13 | | - "bump-minor-pre-major": true, |
14 | | - "bump-patch-for-minor-pre-major": true, |
15 | | - "component": "toolbox-langchain", |
16 | 17 | "extra-files": [ |
17 | 18 | "src/toolbox_langchain/version.py" |
18 | | - ], |
19 | | - "release-type": "python" |
| 19 | + ] |
20 | 20 | } |
21 | | - }, |
22 | | - "bootstrap-sha": "ac43090822fbf19a8920732e2ec3aa8b9c3130c1", |
23 | | - "include-component-in-tag": false, |
24 | | - "include-v-in-tag": false, |
25 | | - "initial-version": "0.1.1" |
| 21 | + } |
26 | 22 | } |
0 commit comments