We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8bc74 commit aa0debeCopy full SHA for aa0debe
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+## v2.17.6 (2021-05-06)
3
+
4
+### Fix
5
6
+- **cz/conventional_commits**: optionally expect '!' right before ':' in schema_pattern
7
8
## v2.17.5 (2021-05-06)
9
10
## v2.17.4 (2021-04-22)
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.17.5"
+__version__ = "2.17.6"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.17.5"
+version = "2.17.6"
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