Skip to content

Commit 238a152

Browse files
committed
fix(release): include uv.lock in release-please updates
Add uv.lock to release-please extra-files so the lockfile version is updated alongside pyproject.toml during releases. This prevents version drift between the published package and the lockfile. - Add generic updater for uv.lock in release-please config - Update uv.lock to reflect current version (2.1.1)
1 parent 893ed42 commit 238a152

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.release-please-config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
"include-v-in-tag": true,
99
"packages": {
1010
".": {
11-
"package-name": "stackone-ai"
11+
"package-name": "stackone-ai",
12+
"extra-files": [
13+
{
14+
"type": "generic",
15+
"path": "uv.lock",
16+
"glob": false
17+
}
18+
]
1219
}
1320
},
1421
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)