From d8baa98ae2389af862037aadc527c7a859cd8ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 7 Aug 2024 15:06:46 +0200 Subject: [PATCH] Add documentation and dependencies category to release-drafter config (#3506) * add Documentation category * add Dependencies (to easily filter them out if not needed in changelog) * adjust the order a bit to have user-facing changes first --- .github/release-drafter.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index abc2704af..97894ca63 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -4,8 +4,6 @@ version-template: "$MAJOR.$MINOR" categories: - title: 'Home Assistant Operating System' label: 'os' - - title: 'Build System' - label: 'build' - title: 'Raspberry Pi' label: 'board/raspberrypi' - title: 'Home Assistant Yellow' @@ -24,6 +22,12 @@ categories: label: 'board/khadas' - title: 'Generic aarch64' label: 'board/generic-aarch64' + - title: 'Documentation' + label: 'documentation' + - title: 'Build System' + label: 'build' + - title: 'Dependencies' + label: 'dependencies' filter-by-commitish: true template: | ## Changes