From 960f78fad46bf7833e094dd1d1b1ef9835034442 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=81lison=20Fernandes?=
 <vvolkgang@users.noreply.github.com>
Date: Tue, 12 Nov 2024 23:24:40 +0000
Subject: [PATCH] Add release notes configuration

---
 .github/release.yml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 .github/release.yml

diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 000000000..6300d94f1
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,26 @@
+changelog:
+  exclude:
+    labels:
+      - refactor
+      - ignore-for-release
+      - tests-only
+      - chore
+  categories:
+    - title:  ':tada: Exciting New Features'
+      labels:
+        - '*'
+      exclude:
+        authors:
+          - renovate[bot]
+    - title: 🐛 Bug Fixes
+      labels:
+        - bug
+    - title: ':mega: Community Contributions Highlight'
+      labels:
+        - community-pr
+    - title: ⚡ Performance
+      labels:
+        - performance
+    - title: 👒 Dependencies
+      authors:
+        - renovate[bot]