Skip to content

Commit

Permalink
update version to 1.1.3 and adjust tag format in commitizen configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent 3412739 commit 4ae83c1
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 4ae83c1

Please sign in to comment.