uv-versioning

Installation
SKILL.md

uv-versioning

Safe, repeatable uv version usage for single-package and workspace projects.

Use When

  • You need current package version quickly.
  • You need semantic/pre-release/post/dev bump updates.
  • You need workspace package bumping via --package.
  • You want preview-only changes via --dry-run.

Core Rules

  • Prefer --dry-run first for any non-trivial bump.
  • Multiple --bump flags are allowed; order matters.
  • Use --package <name> for workspace member bumps.
  • Use --output-format json when scripts consume output.

Read Version

Related skills
Installs
6
Repository
kjanat/skills
First Seen
Feb 25, 2026