From 6a4a9a88522f119fdaf0bc9ed81d0c3b05fa984a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Wed, 11 Oct 2023 00:32:12 +0200 Subject: [PATCH] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .github/release-drafter.yml | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 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..f185a15 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,39 @@ +name-template: $RESOLVED_VERSION +tag-template: $RESOLVED_VERSION + +template: | + # What's Changed + + $CHANGES + + Thanks again to $CONTRIBUTORS! ๐ŸŽ‰ + +include-labels: + - breaking change + - enhancement + - bug + - documentation + - chore + - dependencies + +categories: + - title: โš ๏ธ Breaking Changes + label: breaking change + + - title: ๐Ÿ”’ Security + label: security + + - title: ๐Ÿš€ Features + label: enhancement + + - title: ๐Ÿ› Bug Fixes + label: bug + + - title: ๐Ÿ“– Documentation + label: documentation + + - title: ๐Ÿงน Housekeeping + label: chore + + - title: ๐Ÿ“ฆ Dependency Updates + label: dependencies