From c12f4818c077c78dabb310b78395db03c6234b4e Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 21 Aug 2026 10:20:34 +0200 Subject: [PATCH] Add breaking change category to release generator We want to mark some PRs as breaking change. For that we need a label and the category --- .github/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 4e665d246cf..cd4f4ffc8f7 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -27,3 +27,6 @@ changelog: - title: Solidus Promotions labels: - "changelog:solidus_promotions" + - title: Breaking Changes + labels: + - "changelog:breaking-change"