From 5c17e0974b991c2fb10e1b54ebb469a6160a47e8 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 25 Feb 2021 15:43:08 +0100 Subject: [PATCH] Don't filter previous releases on dev branch (#1246) It seems that the release drafter filters commits which have been made before the last release has been made. If the last release is a unrelated stable release, this clears the full changelog for the next major release. It seems `filter-by-commitish` should prevent that. While at it, also set `commitish` to be dev (which is the default, but being explicit certainly doesn't hurt). --- .github/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 522ce39c4..2f4cb4106 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -13,6 +13,8 @@ categories: label: 'board/odroid' - title: 'ASUS Tinker' label: 'board/tinker' +filter-by-commitish: true +commitish: dev template: | ## Changes