From ae1732b4a9b543992f83677263bb242c49c0f5c5 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Tue, 12 Mar 2024 09:57:01 -0500 Subject: [PATCH] Fixing version hint generation --- .changelog-config.yaml | 6 ++++++ CHANGELOG.md | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/.changelog-config.yaml b/.changelog-config.yaml index 94e3b9dd..1f88f5fb 100644 --- a/.changelog-config.yaml +++ b/.changelog-config.yaml @@ -73,6 +73,12 @@ ignore_patterns: # Set the commit's category metadata to the first classifier that returns ``True``. commit_classifiers: + - action: MetadataMatch + category: Breaking Changes + kwargs: + attribute: has_breaking_change + operator: is + value: True - action: SummaryRegexMatch category: New kwargs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 35efe1c0..632661ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Unreleased (2024-03-12) +[Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.3...HEAD) + +### Updates + +- Removes ability to call the CLI without subcommand. [e56c944](https://github.com/callowayproject/bump-my-version/commit/e56c944699151d589cec2b16a52f15cf56d151e6) + + BREAKING CHANGE: You must use bump-my-version bump + ## 0.18.3 (2024-02-25) [Compare the full difference.](https://github.com/callowayproject/bump-my-version/compare/0.18.2...0.18.3)