diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1e4a18e..288fc02 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,27 @@ +name-template: 'Version $RESOLVED_VERSION ✨' +tag-template: 'v$RESOLVED_VERSION' +categories: + - title: 'πŸš€ Features' + label: 'enhancement' + - title: 'πŸ› Bug Fixes' + label: 'bug' + - title: 'πŸ“ Documentation' + label: 'documentation' + - title: '🚨 Dependencies' + label: 'dependencies' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +change-title-escapes: '\<*_&' +version-resolver: + major: + labels: + - 'major' + minor: + labels: + - 'minor' + patch: + labels: + - 'patch' + default: 'patch' template: | - ## What’s Changed - $CHANGES + ## Changes + $CHANGES \ No newline at end of file