Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4e15834

Browse files
committed
ci(version): fix poetry project version and version_files config
1 parent b541add commit 4e15834

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
version = "2.17.1"
33
tag_format = "v$version"
44
version_files = [
5-
"pyproject.toml:version",
6-
"commitizen/__version__.py"
5+
"pyproject.toml:[tool.commitizen]\nversion",
6+
"pyproject.toml:[tool.poetry]\nname = \"commitizen\"\nversion",
7+
"commitizen/__version__.py"
78
]
89

910
[tool.black]
@@ -29,7 +30,7 @@ exclude = '''
2930

3031
[tool.poetry]
3132
name = "commitizen"
32-
version = "2.17.0"
33+
version = "2.17.1"
3334
description = "Python commitizen client tool"
3435
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3536
license = "MIT"

0 commit comments

Comments
 (0)