From f06c496a414a12dc12bb9caa2104dc49433f6d58 Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Fri, 24 Feb 2023 19:16:20 +0100 Subject: [PATCH] Update configuration for automatically generated release notes --- .github/release.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index d0af983e6..74725f9f1 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,22 +1,29 @@ changelog: categories: - + - title: ๐Ÿ”ฅ Breaking Changes + labels: + - "type: breaking" + - title: โญ New Features labels: - - "type: enhancement" + - "type: feature" - title: ๐Ÿž Bug Fixes labels: - "type: bug" + - title: ๐Ÿ”จ Dependency Upgrades + labels: + - "type: dependency" + - title: ๐Ÿ“” Documentation labels: - "type: documentation" - - title: ๐Ÿ”จ Dependency Upgrades + - title: ๐Ÿงน Cleanup labels: - - "type: dependency" + - "type: polish" - - title: Other Changes + - title: โœ” Other Changes labels: - - "*" \ No newline at end of file + - "*"