Skip to content

Commit b31b506

Browse files
authored
ci: Update uv.lock on release-please PRs (#825)
See guppy PR for more detailed info: CQCL/guppylang#870
1 parent 9b31135 commit b31b506

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

release-please-config.json

+24-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@
1414
"include-component-in-tag": true,
1515
"draft": false,
1616
"prerelease": false,
17-
"draft-pull-request": true
17+
"draft-pull-request": true,
18+
"extra-files": [
19+
{
20+
"type": "toml",
21+
"path": "uv.lock",
22+
"jsonpath": "$.package[?(@.name.value=='tket2')].version"
23+
}
24+
]
1825
},
1926
"tket2-eccs": {
2027
"release-type": "python",
@@ -23,7 +30,14 @@
2330
"include-component-in-tag": true,
2431
"draft": false,
2532
"prerelease": false,
26-
"draft-pull-request": true
33+
"draft-pull-request": true,
34+
"extra-files": [
35+
{
36+
"type": "toml",
37+
"path": "uv.lock",
38+
"jsonpath": "$.package[?(@.name.value=='tket2_eccs')].version"
39+
}
40+
]
2741
},
2842
"tket2-exts": {
2943
"release-type": "python",
@@ -32,7 +46,14 @@
3246
"include-component-in-tag": true,
3347
"draft": false,
3448
"prerelease": false,
35-
"draft-pull-request": true
49+
"draft-pull-request": true,
50+
"extra-files": [
51+
{
52+
"type": "toml",
53+
"path": "uv.lock",
54+
"jsonpath": "$.package[?(@.name.value=='tket2_exts')].version"
55+
}
56+
]
3657
}
3758
},
3859
"changelog-sections": [

0 commit comments

Comments
 (0)