From 83b8e1c25fe61558610c041c63d0d3f6483c2bd9 Mon Sep 17 00:00:00 2001 From: MarvinF Date: Wed, 25 Jun 2025 00:52:06 +0200 Subject: [PATCH] Create release-drafter_github.yml --- .github/release-drafter_github.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/release-drafter_github.yml diff --git a/.github/release-drafter_github.yml b/.github/release-drafter_github.yml new file mode 100644 index 0000000..72cfb84 --- /dev/null +++ b/.github/release-drafter_github.yml @@ -0,0 +1,23 @@ +name-template: "Release $COMPLETE" +tag-template: "v$COMPLETE" +draft: false + +exclude: + pulls: true +exclude-labels: + - changelog-ignore + +categories: + - title: "Features" + labels: ["feature", "enhancement"] + - title: "Fixes" + labels: ["bug"] + - title: "Maintenance" + labels: ["chore", "refactor"] + +change-template: "- $TITLE [#$NUMBER]" + +template: | + ## Changes + + $CHANGES