@@ -0,0 +1,26 @@
+# .github/release.yml
+
+changelog:
+ exclude:
+ labels:
+ - test
+ - chore
+ - ci
+ - :type/dev
+ categories:
+ - title: Exciting New Features 🎉
+ - :type/feature-request
+ - :type/feature
+ - title: Bug Fixes 🐛
+ - :type/bug
+ - :type/bug-fix
+ - :type/regression
+ - title: Enhancements 🔧
+ - :type/enhancement
+ - :type/performance
+ - title: Other Changes 🚧
+ - "*"