1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 08:19:35 +01:00

Add a final newline in the generated release notes

This commit is contained in:
Graham Christensen 2025-06-16 17:20:58 -04:00
parent c0e53f3312
commit 0f3892185d

View file

@ -45,6 +45,7 @@ linkify_gh() {
| trim_trailing_newlines \ | trim_trailing_newlines \
| sed -e 's/^\* /\n* /' \ | sed -e 's/^\* /\n* /' \
| linkify_gh | linkify_gh
echo "" # final newline
) > "$scratch/changes.md" ) > "$scratch/changes.md"
( (