doc: filter out merge-script from list of authors

pull/28003/head
josibake 1 year ago committed by fanquake
parent 472d6f79b9
commit d99ba3cc01
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -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

Loading…
Cancel
Save