From ac836827c4207635c5c80e75f934a7c22dfc7bde Mon Sep 17 00:00:00 2001 From: Sergei Egorov Date: Thu, 26 Mar 2020 14:07:26 +0100 Subject: [PATCH] Update release-drafter.yml --- .github/release-drafter.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d4f73dc..f566e30 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,8 @@ +name-template: $NEXT_PATCH_VERSION +tag-template: $NEXT_PATCH_VERSION template: | # What's Changed + $CHANGES categories: - title: ๐Ÿš€ Features / Enhancements @@ -7,4 +10,9 @@ categories: - title: ๐Ÿ› Bug Fixes label: type/bug - title: ๐Ÿ“– Documentation - label: type/docs + label: type/documentation + - title: ๐Ÿงน Housekeeping + label: type/chore + - title: ๐Ÿ“ฆ Dependency updates + label: type/dependency-upgrade +