diff --git a/.github/releasedrafter.yml b/.github/releasedrafter.yml index 8027486..6c316d3 100644 --- a/.github/releasedrafter.yml +++ b/.github/releasedrafter.yml @@ -1,3 +1,4 @@ + name-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_PATCH_VERSION' categories: @@ -7,17 +8,22 @@ categories: - 'kind/enhancement' - title: '🐛 Bug Fixes' labels: - - 'fix' - - 'bugfix' + - 'kind/fix' + - 'kind/bugfix' - 'kind/bug' - title: '🧰 Maintenance' - label: 'kind/chore' + labels: + - 'kind/chore' + - 'area/ci' + - 'area/tests' + - title: 📖 Documentation + label: area/docs change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: | - ## What's new + ## What's new ? $CHANGES ## Contributors - Thank you to our contributors for making this release possible: + Thanks a lot to our contributors for making this release possible: $CONTRIBUTORS