From b600df28f1407b5f0ee861571c5e94c95021dec7 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Wed, 4 Sep 2019 19:37:36 +0200 Subject: [PATCH] Configure release drafter Signed-off-by: Gianluca Arbezzano --- .github/release-drafter.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000000..b5d33b85f4 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,20 @@ +name-template: $NEXT_PATCH_VERSION +tag-template: $NEXT_PATCH_VERSION +template: | + # What's Changed + $CHANGES +categories: + - title: ๐Ÿš€ Features + label: type/feature + - title: BC Break + label: type/bug + - title: ๐Ÿ› Bug Fixes + label: type/bug + - title: ๐Ÿ“– Documentation + label: type/docs + - title: ๐Ÿงน Housekeeping + labels: + - type/housekeeping + - type/test-improvement + - title: ๐Ÿ“ฆ Dependency updates + label: dependencies