-
Notifications
You must be signed in to change notification settings - Fork 539
Support uv.lock files out-of-the-box. #2561
Copy link
Copy link
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
release-pleasealready understands and correctly manages thepyproject.tomlfile used byuv, but not theuv.locklockfile, which also contains the package version. The trick is to add a specialextra-filesentry torelease-please-config.json:as described in this extremely helpful issue comment from a user.
It would be great to not need this trick!