From 9d75619c2c9b6d6735b7ef6f3c1b0d04f865c965 Mon Sep 17 00:00:00 2001 From: MarvinF Date: Tue, 24 Jun 2025 20:28:20 +0200 Subject: [PATCH] Update release-drafter.yml --- .github/release-drafter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index adf2ad5..2e4b7f4 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,9 @@ name-template: "Release $NEXT_PATCH_VERSION" tag-template: "v$NEXT_PATCH_VERSION" +exclude: + pulls: true + categories: - title: "Features" labels: ["feature", "enhancement"]