File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 12
12
- id : no-commit-to-branch
13
13
14
14
- repo : https://github.com/commitizen-tools/commitizen
15
- rev : v2.30 .0 # automatically updated by Commitizen
15
+ rev : v2.31 .0 # automatically updated by Commitizen
16
16
hooks :
17
17
- id : commitizen
18
18
stages : [commit-msg]
Original file line number Diff line number Diff line change 1
1
2
+ ## v2.31.0 (2022-08-14)
3
+
4
+ ### Fix
5
+
6
+ - ** pyproject.toml** : remove test added configurations
7
+ - ** changelog** : use defaults.change_type_order in conventional commit
8
+ - capitalize types in default change_type_order
9
+
10
+ ### Feat
11
+
12
+ - new file
13
+
2
14
## v2.30.0 (2022-08-14)
3
15
4
16
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "2.30 .0"
1
+ __version__ = "2.31 .0"
Original file line number Diff line number Diff line change 1
1
[tool .commitizen ]
2
- version = " 2.30 .0"
2
+ version = " 2.31 .0"
3
3
tag_format = " v$version"
4
4
version_files = [
5
5
" pyproject.toml:version" ,
@@ -30,7 +30,7 @@ exclude = '''
30
30
31
31
[tool .poetry ]
32
32
name = " commitizen"
33
- version = " 2.30 .0"
33
+ version = " 2.31 .0"
34
34
description = " Python commitizen client tool"
35
35
authors = [" Santiago Fraire <santiwilly@gmail.com>" ]
36
36
license = " MIT"
You can’t perform that action at this time.
0 commit comments