diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 2820a3b..08cd644 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,20 +1,20 @@ -name-template: 'v$RESOLVED_VERSION \U0001F308' +name-template: 'v$RESOLVED_VERSION ๐ŸŒˆ' tag-template: 'v$RESOLVED_VERSION' categories: - - title: '\U0001F680 New Feature' + - title: '๐ŸŒŸ New Feature' labels: - 'feature' - 'enhancement' - - title: '\U0001F41B Fixed Bug' + - title: '๐Ÿ› Fixed Bug' labels: - 'fix' - 'bugfix' - 'bug' - - title: '\U0001F4D6 Documentation' + - title: '๐Ÿ“š Documentation' label: - 'doc' - 'documentation' - - title: '\U0001F9F9 Maintenance' + - title: '๐Ÿงน Maintenance' label: - 'maintenance' change-template: '- $TITLE @$AUTHOR (#$NUMBER)'