From 3cc2fc59582665e929e678b316844acf641c17ef Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Tue, 14 Nov 2023 16:18:38 +0100 Subject: [PATCH] build: add breaking-change section to release note --- .github/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release.yaml b/.github/release.yaml index 345e2656..d299d225 100644 --- a/.github/release.yaml +++ b/.github/release.yaml @@ -5,6 +5,9 @@ changelog: labels: - no-changelog categories: + - title: Breaking changes + labels: + - breaking-change - title: Bugfixes labels: - bug