We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1570947 commit 66c6320Copy full SHA for 66c6320
CHANGELOG.md
@@ -1,4 +1,14 @@
1
2
+## v2.24.0 (2022-04-15)
3
+
4
+### Fix
5
6
+- change error code for NoneIncrementExit
7
8
+### Feat
9
10
+- add --no-raise to avoid raising error codes
11
12
## v2.23.0 (2022-03-29)
13
14
### Feat
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.23.0"
+__version__ = "2.24.0"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.23.0"
+version = "2.24.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
@@ -29,7 +29,7 @@ exclude = '''
29
30
[tool.poetry]
31
name = "commitizen"
32
33
description = "Python commitizen client tool"
34
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
35
license = "MIT"
0 commit comments