From 3ed7c9191667e399adc76bcc7963daa86d04a834 Mon Sep 17 00:00:00 2001 From: Juan Escalada <97265671+jescalada@users.noreply.github.com> Date: Mon, 4 May 2026 13:17:01 +0900 Subject: [PATCH] fix: add filter-by-commitish option to release drafter config --- .github/release-drafter-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml index dc4953957..0bea1b1ff 100644 --- a/.github/release-drafter-config.yml +++ b/.github/release-drafter-config.yml @@ -2,6 +2,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' +filter-by-commitish: true template: | ### What's Changed