Skip to content

Commit 809cff4

Browse files
style: format exclude-paths for better readability and add extra-files section
1 parent 9d370cc commit 809cff4

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

release-please-config.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "python",
4-
"exclude-paths": [".github", "demo", "docs", "tests"],
4+
"exclude-paths": [
5+
".github",
6+
"demo",
7+
"docs",
8+
"tests"
9+
],
510
"packages": {
611
".": {}
7-
}
8-
}
12+
},
13+
"extra-files": [
14+
{
15+
"path": "uv.lock",
16+
"type": "toml",
17+
"jsonpath": "$.package[?(@.name.value=='evalwire')].version"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)