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: - "*"