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"]