From e43d3f33012c814ed465a34f0dd55efc6c80723e Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 18:27:23 +0000 Subject: [PATCH] docs(changelog): note breaking heading major bump behavior --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 2ec1794..4fb09a0 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,8 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect ### Changed +- Release recommendation now forces a major version bump whenever a `### Breaking` heading is present in `## [Unreleased]`, even if the section has no bullet entries yet. + ### Fixed ### Removed