Skip to content

Commit

Permalink
chore: Try alternate JSON path syntax. (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Nov 6, 2024
1 parent 18e8c4c commit c33ea39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"extra-files": [{
"type": "json",
"path": "examples/bedrock/package.json",
"jsonpath": "$.dependencies.@launchdarkly/server-sdk-ai"
"jsonpath": "$.dependencies['@launchdarkly/server-sdk-ai']"
},{
"type": "json",
"path": "examples/openai/package.json",
"jsonpath": "$.dependencies.@launchdarkly/server-sdk-ai"
"jsonpath": "$.dependencies['@launchdarkly/server-sdk-ai']"
}]
}
},
Expand Down

0 comments on commit c33ea39

Please sign in to comment.