From ac9aec8b5390483d143549d3b5f5df5f6a14608c Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 7 Feb 2026 13:12:08 +0000 Subject: [PATCH] Configure automatic generation of release notes in GitHub --- .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 0000000000..ab18217fba --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,26 @@ +changelog: + exclude: + labels: + - dependencies + - Internal + - CI + - Documentation + authors: + - dependabot[bot] + - pre-commit-ci[bot] + categories: + - title: Breaking changes + labels: + - Breaking + - title: Features + labels: + - Feature + - title: Bug fixes + labels: + - Bug + - title: Translations + labels: + - Translations + - title: Other changes + labels: + - '*' \ No newline at end of file