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