We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81feefb commit 976573eCopy full SHA for 976573e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v1.8.0
4
+
5
+### Feature
6
7
+- new custom exception for commitizen
8
+- commit is aborted if nothing in staging
9
10
## v1.7.0
11
12
### Feature
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "1.7.0"
+__version__ = "1.8.0"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "1.7.0"
+version = "1.8.0"
tag_format = "v$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