From 90c1e5adfb06254a7682be8ea5cb21be63a801c8 Mon Sep 17 00:00:00 2001 From: Richard North Date: Tue, 13 Oct 2020 10:03:07 +0100 Subject: [PATCH] Create release-drafter.yml --- .github/release-drafter.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 0000000..b8df619 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,24 @@ +name-template: $NEXT_PATCH_VERSION +tag-template: $NEXT_PATCH_VERSION +template: | + # What's Changed + $CHANGES +categories: + - title: โš ๏ธ Breaking API changes + label: type/breaking-api-change + - title: ๐Ÿš€ Features & Enhancements + labels: + - type/feature + - type/enhancement + - title: โ˜ ๏ธ Deprecations + label: type/deprecation + - title: ๐Ÿ› Bug Fixes + label: type/bug + - title: ๐Ÿ“– Documentation + label: type/docs + - title: ๐Ÿงน Housekeeping + labels: + - type/housekeeping + - type/test-improvement + - title: ๐Ÿ“ฆ Dependency updates + label: dependencies