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