From f381fba4a6468921c4d7d90e04db7bfb9bef4f52 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Mon, 26 Jun 2023 12:23:52 -0500 Subject: [PATCH] Document multiple changelog entries in one file (#21442) 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!