diff --git a/.cz.toml b/.cz.toml index befbcf8..6621ccc 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,8 +1,6 @@ -[tool.commitizen] -name = cz_conventional_commits -version = 0.0.1 -tag_format = v +[ tool.commitizen ] +name = "cz_conventional_commits" +version = "0.0.1" +tag_format = "v$version" update_changelog_on_bump = true -version_files = [ - .cz.toml:version -] +version_files = [ ".cz.toml:version" ] diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9f15694 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +## v0.0.1 (2026-06-05)