Skip to content

Commit 6e66f93

Browse files
authored
chore: Add node-workspace plugin for release-please. (#223)
## Summary Adding the node-workspace plugin. This is required to support cross-package JS dependencies for release-please. ## How did you test this change? <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? -->
1 parent fc5d4bd commit 6e66f93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-please-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"plugins": [
3+
{
4+
"type": "node-workspace",
5+
"updatePeerDependencies": false
6+
}
7+
],
28
"packages": {
39
"sdk/@launchdarkly/observability-python": {
410
"package-name": "launchdarkly-observability-python",

0 commit comments

Comments
 (0)