Skip to content

Commit 40920d0

Browse files
committed
fix(release-please): update uv.lock TOML JSONPath
Updates: - Fix the uv.lock TOML JSONPath from @.name to @.name.value, which matches release-please’s tagged TOML parser. - Remove the redundant pyproject.toml extra-files entry. The python release type already updates pyproject.toml. Refs: NS-209
1 parent 3454ed5 commit 40920d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
2121
],
2222
"extra-files": [
23-
{"path": "pyproject.toml", "type": "toml"},
2423
{
2524
"path": "uv.lock",
2625
"type": "toml",
27-
"jsonpath": "$.package[?(@.name=='notification-service')].version"
26+
"jsonpath": "$.package[?(@.name.value=='notification-service')].version"
2827
}
2928
]
3029
}

0 commit comments

Comments
 (0)