File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ All notable changes to this project will be documented in this file.
24
24
25
25
- Bump version number (Adrian Seyboldt)
26
26
27
- - Prepare release (Adrian Seyboldt)
28
-
29
27
30
28
### Styling
31
29
@@ -54,11 +52,6 @@ All notable changes to this project will be documented in this file.
54
52
- Add progress bar on terminal (Adrian Seyboldt)
55
53
56
54
57
- ### Miscellaneous Tasks
58
-
59
- - Prepare release (Adrian Seyboldt)
60
-
61
-
62
55
## [ 0.11.0] - 2024-05-29
63
56
64
57
### Bug Fixes
@@ -87,8 +80,6 @@ All notable changes to this project will be documented in this file.
87
80
88
81
- Update python dependencies (Adrian Seyboldt)
89
82
90
- - Prepare release (Adrian Seyboldt)
91
-
92
83
93
84
### Refactor
94
85
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ commit_parsers = [
54
54
{ message = " ^refactor" , group = " Refactor" },
55
55
{ message = " ^style" , group = " Styling" },
56
56
{ message = " ^test" , group = " Testing" },
57
- { message = " ^chore\\ (release \\ ): prepare for " , skip = true },
57
+ { message = " ^chore: Prepare " , skip = true },
58
58
{ message = " ^chore" , group = " Miscellaneous Tasks" },
59
59
{ body = " .*security" , group = " Security" },
60
60
]
You can’t perform that action at this time.
0 commit comments