From 67b46f121a1796d75927f40e6f8279975a82796d Mon Sep 17 00:00:00 2001 From: MarvinF Date: Tue, 24 Jun 2025 22:31:47 +0200 Subject: [PATCH] Update release-drafter_extension.yml --- .github/release-drafter_extension.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter_extension.yml b/.github/release-drafter_extension.yml index 2e4b7f4..a0e82d9 100644 --- a/.github/release-drafter_extension.yml +++ b/.github/release-drafter_extension.yml @@ -1,8 +1,11 @@ -name-template: "Release $NEXT_PATCH_VERSION" -tag-template: "v$NEXT_PATCH_VERSION" +name-template: "Release $COMPLETE" +tag-template: "v$COMPLETE" exclude: pulls: true +exclude-labels: + - prod-merge + - stage-merge categories: - title: "Features" @@ -12,10 +15,10 @@ categories: - title: "Maintenance" labels: ["chore", "refactor"] -change-template: "- $TITLE ([#$NUMBER]($URL))" +change-template: "- $TITLE [#$NUMBER]" template: | - # Release $NEXT_PATCH_VERSION + # Release $COMPLETE ## Changes