diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..59684dd --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,33 @@ +--- +changelog: + exclude: + labels: + - skip-changelog + categories: + - title: ๐Ÿ’ฃ Breaking Changes + labels: + - breaking change + - title: ๐Ÿ”” Deprecation Warnings + labels: + - deprecation + - title: ๐Ÿš€ Features + labels: + - enhancement + - title: ๐Ÿ› Bug Fixes + labels: + - bug + - title: ๐Ÿงช Tests + labels: + - tests + - title: ๐Ÿ“ Documentation + labels: + - documentation + - title: โฌ†๏ธ Dependencies + labels: + - dependencies + - title: ๐Ÿ”จ Maintenance + labels: + - chore + - title: Other Changes + labels: + - "*"