1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Credit all contributors in release notes

This commit is contained in:
Robert Hensing 2024-07-29 23:25:31 +02:00
parent 84243027ec
commit f380becffa
5 changed files with 282 additions and 0 deletions

View file

@ -151,6 +151,13 @@ section_title="Release $version_full ($DATE)"
echo "# $section_title"
echo
changelog-d doc/manual/rl-next | sed -e 's/ *$//'
if ! $IS_PATCH; then
echo
echo "# Contributors"
echo
VERSION=$version_full ./maintainers/release-credits
fi
) | tee -a $file
log "Wrote $file"