From 79dc19d5c279af32b23cd78b9a4e1448fb35b491 Mon Sep 17 00:00:00 2001 From: Simon <25969+snovak7@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:04:13 +0200 Subject: [PATCH] chore: Add "Maintenance" section to release drafter configuration --- .github/release-drafter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 5238b16..691eebd 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,6 +17,9 @@ categories: - title: "🐛 Bug Fixes" labels: - "bug" + - title: "🧰 Maintenance" + labels: + - "maintenance" - title: "🚨 Security Updates" labels: - "security"