From 6d9df0e769f276f16ac695df7df7cd088c5b18f4 Mon Sep 17 00:00:00 2001 From: MarvinF Date: Tue, 24 Jun 2025 20:11:53 +0200 Subject: [PATCH] Create release-drafter.yml --- .github/release-drafter.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..adf2ad5 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,19 @@ +name-template: "Release $NEXT_PATCH_VERSION" +tag-template: "v$NEXT_PATCH_VERSION" + +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