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 5a46349 commit b8a4ccdCopy full SHA for b8a4ccd
CHANGELOG.md
@@ -1,3 +1,3 @@
1
-# Changelog
+## v1.0.1 (2024-09-02)
2
3
-All notable changes to this project will be documented in this file.
+## v1.0.0 (2024-09-02)
pyproject.toml
@@ -240,7 +240,9 @@ B104 = { check_typed_list = true }
240
241
[tool.commitizen]
242
name = "cz_conventional_commits"
243
-version = "0.1.0"
+version = "1.0.1"
244
+changelog_file = "CHANGELOG.md"
245
246
[tool.commitizen.settings]
247
+tag_format = "v$version"
248
increment_types = [ "feat", "fix" ]
0 commit comments