diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 96aece1..cf5f07c 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,17 +1,19 @@ name-template: 'v$RESOLVED_VERSION 🌈' tag-template: 'v$RESOLVED_VERSION' categories: - - title: '🚀 Features' + - title: 'Features 🚀' labels: - 'feature' - 'enhancement' - - title: '🐛 Bug Fixes' + - title: 'Bug Fixes 🐛' labels: - 'fix' - 'bugfix' - 'bug' - - title: '🧰 Maintenance' + - title: 'Maintenance 🧰' label: 'chore' + - title: 'Documentation 📚' + label: 'documentation' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: