Skip to content

Commit ae1732b

Browse files
committed
Fixing version hint generation
1 parent e56c944 commit ae1732b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changelog-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ ignore_patterns:
7373

7474
# Set the commit's category metadata to the first classifier that returns ``True``.
7575
commit_classifiers:
76+
- action: MetadataMatch
77+
category: Breaking Changes
78+
kwargs:
79+
attribute: has_breaking_change
80+
operator: is
81+
value: True
7682
- action: SummaryRegexMatch
7783
category: New
7884
kwargs:

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Unreleased (2024-03-12)
4+
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.3...HEAD)
5+
6+
### Updates
7+
8+
- Removes ability to call the CLI without subcommand. [e56c944](https://github.com/callowayproject/bump-my-version/commit/e56c944699151d589cec2b16a52f15cf56d151e6)
9+
10+
BREAKING CHANGE: You must use bump-my-version bump
11+
312
## 0.18.3 (2024-02-25)
413
[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.2...0.18.3)
514

0 commit comments

Comments
 (0)