We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv.lock might not exists when the project is just initialized
uv.lock
git init uv init cz init git add . cz commit cz bump
FileNotFoundError: [Errno 2] No such file or directory: 'uv.lock'
It should skip if uv.lock is not there yet.
No response
Commitizen Version: 4.5.0 Python Version: 3.12.7 (main, Oct 16 2024, 07:12:08) [Clang 18.1.8 ] Operating System: Darwin
The text was updated successfully, but these errors were encountered:
Hi @Lee-W, I used uv to create a virtual environment while working on another issue. I think I can give this one a try as well.
Sorry, something went wrong.
That would be awesome 🙂
Yusin0903
No branches or pull requests
Description
uv.lock
might not exists when the project is just initializedSteps to reproduce
git init uv init cz init git add . cz commit cz bump
Current behavior
Desired behavior
It should skip if
uv.lock
is not there yet.Screenshots
No response
Environment
Commitizen Version: 4.5.0
Python Version: 3.12.7 (main, Oct 16 2024, 07:12:08) [Clang 18.1.8 ]
Operating System: Darwin
The text was updated successfully, but these errors were encountered: