Skip to content

Commit 713c4dc

Browse files
authored
chore: change config component (#126)
1 parent 2b2d736 commit 713c4dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
"bump-minor-pre-major": true,
55
"bump-patch-for-minor-pre-major": true,
66
"separate-pull-requests": true,
7-
"include-component-in-tag": true,
87
"changelog-sections": [
98
{ "type": "feat", "section": "Features" },
109
{ "type": "fix", "section": "Bug Fixes" },
1110
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false }
1211
],
1312
"packages": {
1413
"packages/toolbox-core": {
14+
"component": "toolbox-core",
1515
"extra-files": [
1616
"src/toolbox_core/version.py"
1717
]
1818
},
1919
"packages/toolbox-langchain": {
20+
"component": "toolbox-langchain",
2021
"extra-files": [
2122
"src/toolbox_langchain/version.py"
2223
]

0 commit comments

Comments
 (0)