diff options
author | josibake <josibake@protonmail.com> | 2023-05-19 14:56:52 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-07-25 11:54:02 +0100 |
commit | d99ba3cc01360f3d251a1d55c73c501822f83c67 (patch) | |
tree | 68489dbdda441221fed6576d1e8f985fdf110058 /doc/release-process.md | |
parent | 472d6f79b9bf7a714c3672ee88e21483a9a46042 (diff) |
doc: filter out merge-script from list of authors
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index ea1afe7402..e5a4c5809c 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 |