From 523f54833d334430a9735513887b46a63294bb19 Mon Sep 17 00:00:00 2001 From: Peter Pal Hudak Date: Thu, 7 Sep 2023 13:49:56 +0200 Subject: [PATCH] docs: add checking the CHANGELOG as part of the release process --- docs/guides/release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/release.md b/docs/guides/release.md index 7c727ffab0..91661fcb18 100644 --- a/docs/guides/release.md +++ b/docs/guides/release.md @@ -27,12 +27,12 @@ This document outlines the steps required for the release process. Please follow - Check if the proposed version numbers are correct. If they are, accept them. -4. **Check the README.md** +4. **Check the CHANGELOG.md** - If there's something missing, add it manually. 5. **Amend Your Commit** - - If you made changes to the README.md, use the commands below to amend your commit. + - If you made changes to the CHANGELOG.md, use the commands below to amend your commit. ``` git add . git commit --amend