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:
parent
84243027ec
commit
f380becffa
5 changed files with 282 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue