Skip to content

Commit 0f884a1

Browse files
committed
fix: use VERSION to save package version
1 parent 4a21322 commit 0f884a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[tool.commitizen]
3-
version_files = ["pyproject.toml:version"]
3+
version_files = ["VERSION"]
44
version = "2.9.1"
55
tag_format = "v$version"
66
name = "cz_customize"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.8.28
1+
v2.9.1

0 commit comments

Comments
 (0)