Skip to content

Commit

Permalink
fix(config): update tag format and version to 1.1.3 in .cz.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent 3ba5b23 commit cecc0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "\"v$version\""
tag_format = "v$version"
version_scheme = "semver2"
version = "1.0.1"
version = "1.1.3"
update_changelog_on_bump = true

0 comments on commit cecc0c8

Please sign in to comment.