We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b50f50 commit 5a764bfCopy full SHA for 5a764bf
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+## v2.20.0 (2021-10-06)
3
+
4
+### Feat
5
6
+- **cli.py**: add shortcut for signoff command
7
+- add signoff parameter to commit command
8
9
## v2.19.0 (2021-09-27)
10
11
### Feat
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.19.0"
+__version__ = "2.20.0"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.19.0"
+version = "2.20.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