From d99ba3cc01360f3d251a1d55c73c501822f83c67 Mon Sep 17 00:00:00 2001 From: josibake Date: Fri, 19 May 2023 14:56:52 +0200 Subject: [PATCH] doc: filter out merge-script from list of authors --- doc/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index ea1afe74021..e5a4c5809c4 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -98,7 +98,7 @@ For the period during which the notes are being edited on the wiki, the version Generate list of authors: - git log --format='- %aN' v(current version, e.g. 24.0)..v(new version, e.g. 24.1) | sort -fiu + git log --format='- %aN' v(current version, e.g. 24.0)..v(new version, e.g. 24.1) | grep -v 'merge-script' | sort -fiu ### Setup and perform Guix builds