From 39939c0c11ae76cdda59928cc0a894cb0c9c7661 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Sun, 12 Nov 2023 18:59:54 +0900 Subject: [PATCH] Add categories to .github/release.yml --- .github/release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index b0c5175..15ad056 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -2,3 +2,16 @@ changelog: exclude: labels: - tagpr + categories: + - title: Breaking Changes :hammer_and_wrench: + labels: + - breaking-change + - title: New Features :tada: + labels: + - enhancement + - title: Fix bug :bug: + labels: + - bug + - title: Other Changes + labels: + - "*"