We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d100726 commit 8b513a4Copy full SHA for 8b513a4
.cz.toml
@@ -3,6 +3,8 @@ name = "cz_conventional_commits"
3
tag_format = "v$version"
4
major_version_zero = true
5
update_changelog_on_bump = true
6
-version = "0.0.0"
7
-version_files = ["Cargo.toml"]
+version = "0.7.0"
+version_files = [
8
+ "Cargo.toml:^version"
9
+]
10
version_provider = "cargo"
0 commit comments