From 8f1b3fdfed01b13ad37f757f5e07ee9f0ad1dba8 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Thu, 22 Jun 2023 18:28:47 -0500 Subject: [PATCH] Document multiple changelog entries in one file Related: #20903 See also: #20864 Signed-off-by: Alexander Scheel --- changelog/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/README.md b/changelog/README.md index cbf841f6c77b..317e3c5e2ccf 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -36,6 +36,8 @@ Release notes are text files with three lines: 3. An ending code block. +If more than one area is impacted, use separate code blocks for each entry. + This should be in a file named after the pull request number (e.g., `12345.txt`). There are many examples in this folder; check one out if you're stuck!