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