From 029175cb5551ddf72319758a46556f6518dc0f00 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 15:04:25 +0000 Subject: [PATCH] docs(changelog): note breaking release section --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 42a568e..ad4569b 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pull requests now receive coverage report links in CI comments. - Manual release preparation workflow and script to bump the reported version, promote unreleased changelog notes, and create release tags. - Main branch validation now emits a recommended next release tag based on unreleased changelog sections, and release preparation now rejects empty unreleased notes. +- Release recommendations now support an explicit `### Breaking` section for major-version changes that would otherwise be described under `### Changed`. ### Changed