From 2e4b7a7e231af8bf57eed35ee067e8d7c359430d Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 13 Aug 2020 16:22:40 -0500 Subject: [PATCH] Update releasedrafter.yml --- .github/releasedrafter.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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