From b34f5d997cf303ab5f3818dbf1234f5b3cab9e26 Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:35:30 +0100 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index ffb95e6925d..7763cbb0ad4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -24,6 +24,11 @@ 1. Copy the generated changelog from the console, clean it up, add a short summary of the release highlights and use the new version number as the title. + Writing good highlights: + + - Focus on new user facing features or changes + - Be concise, link to relevant documentation for extra clarity + 1. Prepend the changelog to [`CHANGELOG.md`](./CHANGELOG.md). 1. Open a PR with the proposed changes.