From 6c3c9badfd46e95831f9b0539d2940a7a0ff173c Mon Sep 17 00:00:00 2001 From: MarvinF Date: Tue, 24 Jun 2025 22:06:27 +0200 Subject: [PATCH] Create release-drafter_github.yml --- .github/release-drafter_github.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 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..2e4b7f4 --- /dev/null +++ b/.github/release-drafter_github.yml @@ -0,0 +1,22 @@ +name-template: "Release $NEXT_PATCH_VERSION" +tag-template: "v$NEXT_PATCH_VERSION" + +exclude: + pulls: true + +categories: + - title: "Features" + labels: ["feature", "enhancement"] + - title: "Fixes" + labels: ["bug"] + - title: "Maintenance" + labels: ["chore", "refactor"] + +change-template: "- $TITLE ([#$NUMBER]($URL))" + +template: | + # Release $NEXT_PATCH_VERSION + + ## Changes + + $CHANGES