Skip to content

Commit af2d4a4

Browse files
committed
chore: Try alternate JSON path syntax.
1 parent 18e8c4c commit af2d4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"extra-files": [{
3939
"type": "json",
4040
"path": "examples/bedrock/package.json",
41-
"jsonpath": "$.dependencies.@launchdarkly/server-sdk-ai"
41+
"jsonpath": "$.dependencies['@launchdarkly/server-sdk-ai']"
4242
},{
4343
"type": "json",
4444
"path": "examples/openai/package.json",
45-
"jsonpath": "$.dependencies.@launchdarkly/server-sdk-ai"
45+
"jsonpath": "$.dependencies['@launchdarkly/server-sdk-ai']"
4646
}]
4747
}
4848
},

0 commit comments

Comments
 (0)