Skip to content

Commit ba327fe

Browse files
authored
ci: add uv.lock to release-please config (#120)
1 parent 59d806c commit ba327fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/release-please-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"path": "/zixy-py/Cargo.toml",
3232
"jsonpath": "$.dependencies.zixy.version"
3333
},
34+
{
35+
"type": "toml",
36+
"path": "/zixy-py/docs/uv.lock",
37+
"jsonpath": "$.package[?(@.name.value == 'zixy')].version",
38+
"glob": true
39+
},
3440
{
3541
"type": "toml",
3642
"path": "/zixy-py/pyproject.toml",

0 commit comments

Comments
 (0)