# Configures GitHub's auto-generated release notes (the "What's Changed" section # appended by `generate_release_notes` in .github/workflows/release.yml). Merged # PRs are grouped under these emoji headings by label, mirroring the emoji # categories used by the codeanalyzer-typescript backend. changelog: exclude: authors: - dependabot - github-actions categories: - title: 🚀 Features labels: [enhancement, kind/feature] - title: 🐛 Fixes labels: [bug, fix] - title: ♻️ Refactoring labels: [refactoring] - title: ⚡️ Performance labels: [performance] - title: 📚 Documentation labels: [documentation, doc] - title: 🚦 Tests labels: [test] - title: 🚨 Breaking Changes labels: [breaking] - title: 🛠 Other Changes labels: ["*"]