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:
parent
c0e53f3312
commit
0f3892185d
1 changed files with 1 additions and 0 deletions
1
.github/release-notes.sh
vendored
1
.github/release-notes.sh
vendored
|
|
@ -45,6 +45,7 @@ linkify_gh() {
|
|||
| trim_trailing_newlines \
|
||||
| sed -e 's/^\* /\n* /' \
|
||||
| linkify_gh
|
||||
echo "" # final newline
|
||||
) > "$scratch/changes.md"
|
||||
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue