Skip to content

Commit d99ba3c

Browse files
josibakefanquake
authored andcommitted
doc: filter out merge-script from list of authors
1 parent 472d6f7 commit d99ba3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For the period during which the notes are being edited on the wiki, the version
9898

9999
Generate list of authors:
100100

101-
git log --format='- %aN' v(current version, e.g. 24.0)..v(new version, e.g. 24.1) | sort -fiu
101+
git log --format='- %aN' v(current version, e.g. 24.0)..v(new version, e.g. 24.1) | grep -v 'merge-script' | sort -fiu
102102

103103
### Setup and perform Guix builds
104104

0 commit comments

Comments
 (0)