From b640bbe1f77050d4e9865dea65e8ac36266bf672 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Wed, 18 Oct 2023 12:36:14 +0000 Subject: [PATCH] MAINTAINERS: add migration guide under "Release Notes" Release notes and migration guides go hand in hand right now, put the file under the "Release Notes" area and exclude it from the normal "Documentation" one. Signed-off-by: Fabio Baltieri --- MAINTAINERS.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 13bdf72abd0..74772a4d75b 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -632,6 +632,7 @@ Documentation: - doc/templates/sample.tmpl - doc/templates/board.tmpl files-exclude: + - doc/releases/migration-guide-* - doc/releases/release-notes-* labels: - "area: Documentation" @@ -659,7 +660,10 @@ Release Notes: - jhedberg - fabiobaltieri files: + - doc/releases/migration-guide-* - doc/releases/release-notes-* + collaborators: + - kartben labels: - "Release Notes"