diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 27bcee3fb..009138d67 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,27 @@ +name-template: 'v$NEXT_PATCH_VERSION 🌈' +tag-template: 'v$NEXT_PATCH_VERSION' +categories: + - title: 'πŸš€ Features' + labels: + - 'feature' + - 'enhancement' + - title: 'πŸ› Bug Fixes' + labels: + - 'fix' + - 'bugfix' + - 'bug' + - title: 'πŸ‘‹ deprecation' + labels: + - 'deprecation' + - title: 'πŸ“š Docs' + labels: + - 'docs' + - title: '🧰 Maintenance' + labels: + - 'chore' + - 'internal' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: | - ## What’s Changed + ## Changes $CHANGES