From cf470e16589fc7c57ca6ec5ac201ef2a69c671de Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:34:38 +0200 Subject: [PATCH] chore: add configuration for GH auto-generate changelog --- .github/release.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..c7a25d8 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +changelog: + exclude: + labels: + - skip-changelog + categories: + - title: 🎉 New Features + labels: + - enhancement + - title: 🐛 Bug Fixes + labels: + - bug + - title: 📝 Documentation + labels: + - documentation + - title: 📦 Dependency updates + labels: + - dependencies + - title: ⚙️ Other Changes + labels: + - "*"