From 29d6659f356085e1aa73757d60e90bf3c5dad9da Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Sun, 20 Oct 2024 16:53:33 +0200 Subject: [PATCH] chore(ci): tweak release drafter settings (#418) --- .github/release-drafter.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index b467182..94ff67b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -5,27 +5,23 @@ categories: - title: ":boom: Breaking Changes" label: "breaking-change" - - title: ":wrench: Build" - label: "build" + - title: ":sparkles: New Features" + label: "enhancement" + + - title: ":bug: Bug Fixes" + labels: + - "bug" + - "bugfix" - title: ":boar: Chore" label: "chore" - - title: ":sparkles: New Features" - label: "enhancement" - - title: ":zap: Performance" label: "performance" - title: ":recycle: Refactor" label: "refactor" - - title: ":green_heart: CI" - label: "ci" - - - title: ":bug: Bug Fixes" - label: "bug" - - title: ":white_check_mark: Test" label: "test"