Skip to content

Commit 9a9e0a4

Browse files
authored
chore: Fix linked version release (#161)
* chore: remove linked versioning * link version upgrades * Update release-please-config.json
1 parent 85d988a commit 9a9e0a4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

release-please-config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
1010
{ "type": "docs", "section": "Documentation", "hidden": false }
1111
],
12-
"versioning": "linked",
1312
"packages": {
1413
"packages/toolbox-core": {
1514
"component": "toolbox-core",
@@ -23,5 +22,14 @@
2322
"src/toolbox_langchain/version.py"
2423
]
2524
}
25+
},
26+
"plugins": [
27+
{
28+
"type": "linked-versions",
29+
"groupName": "toolbox-python-sdks",
30+
"components": [
31+
"toolbox-core", "toolbox-langchain"
32+
]
2633
}
34+
]
2735
}

0 commit comments

Comments
 (0)