File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ commit_classifiers:
80
80
- action : SummaryRegexMatch
81
81
category : Updates
82
82
kwargs :
83
- pattern : (?i)^(?:update|change|rename|remove|delete|improve|refactor| chg|modif)[^\n]*$
83
+ pattern : (?i)^(?:update|change|rename|remove|delete|improve|chg|modif)[^\n]*$
84
84
- action : SummaryRegexMatch
85
85
category : Fixes
86
86
kwargs :
87
- pattern : (?i)^(?:fix)[^\n]*$
87
+ pattern : (?i)^(?:refactor| fix)[^\n]*$
88
88
- action :
89
89
category : Other
90
90
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased (2023-12-09)
4
+ [ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.13.0...HEAD )
5
+
6
+
3
7
## 0.13.0 (2023-12-06)
4
8
[ Compare the full difference.] ( https://github.com/callowayproject/bump-my-version/compare/0.12.0...0.13.0 )
5
9
You can’t perform that action at this time.
0 commit comments