diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..f17b69c0d1 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,26 @@ +changelog: + exclude: + labels: + - skip-changelog + authors: + - dependabot + categories: + - title: New Features ✨ + labels: + - "Changelog: Feature" + - Feature + - Improvement + - New Integration + - title: Bug Fixes 🐛 + labels: + - "Changelog: Bugfix" + - Bug + - title: Documentation 📚 + labels: + - "Changelog: Docs" + - Docs + - "Component: Docs" + - title: Internal Changes 🔧 + labels: + - "Changelog: Internal" + - Quality Improvement