Skip to content

Commit def9b10

Browse files
committed
Changed configuration so that refactor is a patch change !minor
1 parent 3928550 commit def9b10

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changelog-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ commit_classifiers:
8080
- action: SummaryRegexMatch
8181
category: Updates
8282
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]*$
8484
- action: SummaryRegexMatch
8585
category: Fixes
8686
kwargs:
87-
pattern: (?i)^(?:fix)[^\n]*$
87+
pattern: (?i)^(?:refactor|fix)[^\n]*$
8888
- action:
8989
category: Other
9090

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased (2023-12-09)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.13.0...HEAD)
5+
6+
37
## 0.13.0 (2023-12-06)
48
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.12.0...0.13.0)
59

0 commit comments

Comments
 (0)