Skip to content

Commit 8b513a4

Browse files
fix: fix bump package (#67)
Co-authored-by: Gal Kleinman <33281963+galkleinman@users.noreply.github.com>
1 parent d100726 commit 8b513a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.cz.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "cz_conventional_commits"
33
tag_format = "v$version"
44
major_version_zero = true
55
update_changelog_on_bump = true
6-
version = "0.0.0"
7-
version_files = ["Cargo.toml"]
6+
version = "0.7.0"
7+
version_files = [
8+
"Cargo.toml:^version"
9+
]
810
version_provider = "cargo"

0 commit comments

Comments
 (0)