diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 8132458d..fe8f2645 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -35,8 +35,24 @@ exclude-labels: - no-changelog - skip-changelog - invalid +autolabeler: + - label: 'documentation' + title: + - '/docs:/i' + - label: 'chore' + title: + - '/chore:/i' + - label: 'bug' + title: + - '/fix:/i' + - label: 'enhancement' + title: + - '/feat:/i' change-template: '* $TITLE (#$NUMBER) @$AUTHOR' template: | ## What’s Changed $CHANGES + + ## Thanks to + $CONTRIBUTORS