-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
Summary
I don't know if it was the scope of this, but I want UV to manage versions in a lot more places
I'm using commitizen at the moment which allows me to:
- Generate CHANGELOGs
- Define patterns how to change files version
- Bumping to an exact version number and tagging (hard coding the version)
Switched so many python tools to UV and that one I keep coming back to as UV's one does not currently meets all of my needs
Opening this feature request as I wish I could switch to UV for versioning too
Example
Options similar to this (version being the key in the file):
version_files = [
"src/version.py",
"pyproject.toml:version"
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality