diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 4483ee2..07c4d4d 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,20 +1,21 @@ -name-template: 'v$RESOLVED_VERSION 🌈' +name-template: '$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' change-template: '- #$NUMBER $TITLE @$AUTHOR' sort-direction: ascending +include-pre-releases: true categories: - - title: '🚀 Features' + - title: 'Features' labels: - 'feature' - 'enhancement' - - title: '🐛 Bug Fixes' + - title: 'Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - - title: '🧰 Maintenance' + - title: 'Maintenance' label: 'chore' version-resolver: