We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2d736 commit 713c4dcCopy full SHA for 713c4dc
release-please-config.json
@@ -4,19 +4,20 @@
4
"bump-minor-pre-major": true,
5
"bump-patch-for-minor-pre-major": true,
6
"separate-pull-requests": true,
7
- "include-component-in-tag": true,
8
"changelog-sections": [
9
{ "type": "feat", "section": "Features" },
10
{ "type": "fix", "section": "Bug Fixes" },
11
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false }
12
],
13
"packages": {
14
"packages/toolbox-core": {
+ "component": "toolbox-core",
15
"extra-files": [
16
"src/toolbox_core/version.py"
17
]
18
},
19
"packages/toolbox-langchain": {
20
+ "component": "toolbox-langchain",
21
22
"src/toolbox_langchain/version.py"
23
0 commit comments