fix: Updated the Commitizen config to also always commit the Cargo.lock when doing the version bump

This commit is contained in:
2024-11-06 17:07:43 -07:00
parent 1e008f9778
commit 9df929a8e3
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -5,3 +5,6 @@ version_scheme = "semver"
version_provider = "cargo"
update_changelog_on_bump = true
major_version_zero = true
[tool.commitizen.hooks]
pre-commit = "git add Cargo.toml Cargo.lock"