Skip to content

Commit 97cf179

Browse files
authored
fix: use VERSION for saving package version (#249)
1 parent 4a21322 commit 97cf179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)