diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index fa4fcf1..e6ae494 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -5,33 +5,3 @@ template: | # What's Changed $CHANGES - -include-labels: - - breaking change - - enhancement - - bug - - documentation - - chore - - dependencies - -categories: - - title: โš ๏ธ Breaking Changes - label: breaking change - - - title: ๐Ÿ”’ Security - label: security - - - title: ๐Ÿš€ Features - label: enhancement - - - title: ๐Ÿ› Bug Fixes - label: bug - - - title: ๐Ÿ“– Documentation - label: documentation - - - title: ๐Ÿงน Housekeeping - label: chore - - - title: ๐Ÿ“ฆ Dependency Updates - label: dependencies