-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
--git-tag does not commit Cargo.lock
#24
--git-tag does not commit Cargo.lock
#24
Comments
I thought it was the next |
This bug is also visible in the release of cargo-bumb itself |
Yeah this is true, but ideally the bump commit would include the change to the Cargo.lock as well. |
|
I solved this in my branch by having cargo generate the lockfile |
Every time I do
cargo bump -g
now, I getCargo.lock
as a modified file in my project root, after the commit :(The text was updated successfully, but these errors were encountered: