From b774d312d69a7e9fa67871fd8b3b3409cc3fe96d Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 6 Apr 2026 11:54:26 -0600 Subject: [PATCH] Remove unused release drafter configuration Release drafter 7 no longer supports the `_extends: .github` syntax, but since this repository does not use the release drafter GitHub action, there is no need to retain the release drafter configuration file. --- .github/release-drafter.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index c388946..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,4 +0,0 @@ -_extends: .github -tag-template: nodejs-$NEXT_PATCH_VERSION -name-template: $NEXT_PATCH_VERSION -version-template: $MAJOR.$MINOR.$PATCH