From 69fa341188f02a58ab054234a3ba2010c0f6d461 Mon Sep 17 00:00:00 2001 From: "Alex (TuxCoding)" <1957196+TuxCoding@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:06:17 +0200 Subject: [PATCH] [CI-SKIP] Add GitHub changelog configuration --- .github/release.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..54fdc87a --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,25 @@ +# Configure how the release notes are generated for GitHub releases + +changelog: + # List of authors (like bots) and labels to exclude from pull requests + exclude: + labels: + - ignore-for-release + categories: + - title: 🛠 Breaking Changes + labels: + - Semver-Major + - breaking-change + - title: 🎉 Exciting New Features + labels: + - Semver-Minor + - enhancement + - title: 🐞 Bugfixes + labels: + - bug + - title: 👒 Dependencies + labels: + - dependencies + - title: Other Changes + labels: + - "*"