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

Fix release notes

* Stop aggressively deleting all the newlines
This commit is contained in:
Graham Christensen 2025-05-09 14:31:58 -04:00
parent 917d617945
commit 619b496317

View file

@ -24,7 +24,7 @@ gh api "/repos/${GITHUB_REPOSITORY}/releases/generate-notes" \
trim_trailing_newlines() { trim_trailing_newlines() {
local text local text
text="$(cat)" text="$(cat)"
echo -n "${text//$'\n'}" echo -n "${text}"
} }
linkify_gh() { linkify_gh() {