diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml index 0eb1ee38e..de4fea741 100644 --- a/.github/release-drafter-config.yml +++ b/.github/release-drafter-config.yml @@ -1,17 +1,39 @@ -name-template: 'Version $NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' +name-template: '$NEXT_MAJOR_VERSION' +tag-template: 'v$NEXT_MAJOR_VERSION' +autolabeler: + - label: 'maintenance' + files: + - '*.md' + - '.github/*' + - label: 'bug' + branch: + - '/bug-.+' + - label: 'maintenance' + branch: + - '/maintenance-.+' + - label: 'feature' + branch: + - '/feature-.+' categories: - - title: 'Features' + - title: 'Breaking Changes' + labels: + - 'breakingchange' + + - title: '๐Ÿงช Experimental Features' + labels: + - 'experimental' + - title: '๐Ÿš€ New Features' labels: - 'feature' - 'enhancement' - - title: 'Bug Fixes' + - title: '๐Ÿ› Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - - title: 'Maintenance' - label: 'chore' + - 'BUG' + - title: '๐Ÿงฐ Maintenance' + label: 'maintenance' change-template: '- $TITLE (#$NUMBER)' exclude-labels: - 'skip-changelog' @@ -19,3 +41,9 @@ template: | ## Changes $CHANGES + + ## Contributors + We'd like to thank all the contributors who worked on this release! + + $CONTRIBUTORS +