From 6f89190f0a2bc073e81036e5adcd56e8ebb78c29 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 6 Apr 2026 09:57:54 -0600 Subject: [PATCH] Rely on jenkinsci organization release drafter configuration Release drafter v7 dropped support for `_extends: .github` in the configuration. It either needs to be removed or replaced with a more complete specification like: `_extends: github:jenkinsci/.github:/.github/release-drafter.yml` This pull request removes it because the "Enabling CD" instructions at https://www.jenkins.io/doc/developer/publishing/releasing-cd/#configure-release-drafter say: > You can delete any existing Release Drafter configuration ... as that > will be subsumed by the CD workflow Testing done * None. Has worked well in many repositories, not expecting any issues in this repository --- .github/release-drafter.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 0d0b1c994d..0000000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1 +0,0 @@ -_extends: .github