From 15c4093f78b74094985c3329b80acec05b00fcfb Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 6 Feb 2023 10:02:29 -0500 Subject: [PATCH] release-draft-config.yml: Add breaking changes section Breaking changes are identified with the GitHub label: `impact:breaking-change` Prior to this change, that label rolled the major version of the repo. Now, the label also places corresponding changes into a "Breaking Changes" section of the release notes so it is easy for consumers to see breaking changes in a release. Signed-off-by: Michael Kubacki --- .sync/workflows/config/release-draft/release-draft-config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.sync/workflows/config/release-draft/release-draft-config.yml b/.sync/workflows/config/release-draft/release-draft-config.yml index 47a6caae..2c422699 100644 --- a/.sync/workflows/config/release-draft/release-draft-config.yml +++ b/.sync/workflows/config/release-draft/release-draft-config.yml @@ -28,6 +28,9 @@ template: | **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION categories: + - title: '⚠️ Breaking Changes' + labels: + - 'impact:breaking-change' - title: '🚀 Features & ✨ Enhancements' labels: - 'type:design-change'