From 7fe5ce2d90a20c009c91b389e2c8a4a34eb75b4c Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 24 Aug 2023 13:54:25 +0200 Subject: [PATCH] Update release.yml --- .github/release.yml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 6fc3582..ce60397 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -5,21 +5,26 @@ changelog: authors: - dependabot categories: - - title: Changes ๐Ÿ›  + - title: Breaking Changes and Bugs ๐Ÿšจ labels: - - bug_fix - - title: Exciting New Features ๐ŸŽ‰ + - breaking-change + - bug + - false-positive + - deprecation + - regression + - title: Enhancements and Performance Improvements ๐Ÿš€ labels: - enhancement - - title: More Documentation ๐Ÿ“š + - performance + - title: Collaborative Discussions and Agreements ๐Ÿค labels: - - documentation - - title: Refactoring ๐Ÿงฌ + - waiting-for-feedback + - waiting-for-upstream + - request-for-comments + - title: Documentation and Maintenance ๐Ÿ“š๐Ÿ”ง labels: - - refactoring - - title: Minor changes ๐Ÿงน - labels: - - chore - - title: Others ๐Ÿ”” + - docs + - maintenance + - title: Miscellaneous and Others ๐Ÿ”” labels: - "*"