astral-sh/uv

`uv version --all-packages` option to bump all workspace members

Aberta

#15.892 aberto em 16 de set. de 2025

 (2 comentários) (8 reações) (0 responsável)Rust (3.111 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (84.934 estrelas)
Métricas de merge de PR
 (Mesclagem média 7d 16h) (259 fundiu PRs em 30d)

Description

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

Guia do colaborador