diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 5a51d90789..f123753ac9 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,19 +1,24 @@ -name-template: 'v$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' -categories: - - title: 'πŸš€ New Features' - labels: - - 'feature' - - title: 'πŸ› Bug Fixes' - labels: - - 'bug' - - title: 'πŸ›  Maintenance' - labels: - - 'chore' +name: Release Drafter + template: | - ## Changes + ## What’s Changed + $CHANGES + ## Contributors + + Thanks to everyone who contributed to this release: + $CONTRIBUTORS -change-template: '- $TITLE @$AUTHOR (#$NUMBER)' -no-changes-template: '- No changes' + +categories: + - title: πŸš€ Features + labels: + - feature + + - title: πŸ› Bug Fixes + labels: + - bug + +change-template: '- $TITLE (#$NUMBER) by @$AUTHOR' +version-template: 'v$MAJOR.$MINOR.$PATCH'