From 9ca39862de7a673b8f2261092d135d4491225560 Mon Sep 17 00:00:00 2001 From: Ross Esposito Date: Mon, 24 Aug 2026 10:23:46 -0500 Subject: [PATCH] ci(release-drafter): drop release-train merge PRs from the release notes The "Release: Merge release into master" and "Release: Merge back x.y.z" PRs are wrappers around the real changes, and the real changes already have their own entries. Excluding by the release-management label (which only the release workflows apply) removes the wrapper lines. It also stops those PRs from showing up under flagged sections like New Migration or settings_changes, which they picked up from the auto-labeler. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_014PVsx4Seb8RU6nGt51E34T --- .github/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 80989c7b90..5386a71d3c 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -81,6 +81,8 @@ categories: label: 'patch' exclude-labels: - 'skip-changelog' + # Automated release-train PRs ('Release: Merge release ...' / 'Release: Merge back ...') + - 'release-management' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: |