Skip to content

Commit 5eb9f3c

Browse files
authored
chore: support uv.lock and version.txt in release config (#274)
1 parent d01d3e8 commit 5eb9f3c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.10.0 # x-release-please-version

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
{ "type": "generic", "path": "openfga_sdk/constants.py" },
2828
{ "type": "generic", "path": "README.md" },
2929
{ "type": "generic", "path": "example/example1/setup.py" },
30-
{ "type": "generic", "path": "example/example1/requirements.txt" }
30+
{ "type": "generic", "path": "example/example1/requirements.txt" },
31+
{ "type": "generic", "path": "VERSION.txt" },
32+
{ "type": "toml", "path": "uv.lock", "jsonpath": "$.package[?(@.name.value=='openfga-sdk')].version" }
3133
]
3234
}
3335
}

0 commit comments

Comments
 (0)