From f2ab6f258b45fdc5f3b942fccd3525be4d5b4bfc Mon Sep 17 00:00:00 2001 From: Gregory Tucker Date: Wed, 7 Jan 2026 12:23:06 +0100 Subject: [PATCH] [Add] configuration file for automatic release notes --- .github/release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..d582fd5 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,11 @@ +changelog: + exclude: + authors: + - dependabot + categories: + - title: Bugfixes + labels: + - bugfix + - title: Features + labels: + - enhancement