astral-sh/uv
Auf GitHub ansehen`uv version --all-packages` option to bump all workspace members
Open
#15.892 geöffnet am 16. Sept. 2025
enhancementhelp wanted
Repository-Metriken
- Stars
- (84.934 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 7T 16h) (259 gemergte PRs in 30 T)
Beschreibung
Summary
Similar to how uv build has an --all-packages option, uv version could provide the same capability. Currently, it only features a --package option which is cumbersome for projects with many workspaces if you want to bump them all at once.
Example
To bump all workspace members' version today:
uv version --bump minor --package a
uv version --bump minor --package b
uv version --bump minor --package c
Proposal:
uv version --bump minor --all-packages