Skip to content

Commit b8a4ccd

Browse files
🔧 chore: Update pyproject.toml config
1 parent 5a46349 commit b8a4ccd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Changelog
1+
## v1.0.1 (2024-09-02)
22

3-
All notable changes to this project will be documented in this file.
3+
## v1.0.0 (2024-09-02)

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ B104 = { check_typed_list = true }
240240

241241
[tool.commitizen]
242242
name = "cz_conventional_commits"
243-
version = "0.1.0"
243+
version = "1.0.1"
244+
changelog_file = "CHANGELOG.md"
244245

245246
[tool.commitizen.settings]
247+
tag_format = "v$version"
246248
increment_types = [ "feat", "fix" ]

0 commit comments

Comments
 (0)