From b14ee8b007d996c210dcd57de1498b59f6a79b9b Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Sun, 31 Dec 2023 12:28:56 +0900 Subject: [PATCH] feat: update release --- .github/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index f65ff95..71e7fa4 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -7,14 +7,23 @@ changelog: authors: - octocat categories: + - title: ":boom: Type: Breaking Change" + labels: + - "Type: Breaking Change" - title: ":bug: Type: Bug" labels: + - "Type: Bug" - "bug" + - title: ":house: Refactoring" + labels: + - "Type: Refactoring" - title: ":memo: Documentation" labels: + - "Type: Documentation" - "documentation" - title: ":rocket: Type: Feature" labels: + - "Type: Feature" - "enhancement" - title: Other Changes labels: