-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
uv recently added the uv version --bump command. I'm proposing to wrap this in a convenient GitHub Action, similar to how phips28/gh-action-bump-version works for npm projects.
Scope: Version management operations like:
- Check if version needs bumping
- Bump version (default to patch; minor+ would require harder logic)
- Commit and push changes
- Optional git tagging
Would you encourage the community creating this, or prefer it stays as manual uv version commands in workflows?
Metadata
Metadata
Assignees
Labels
No labels