mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Fix release notes
* Stop aggressively deleting all the newlines
This commit is contained in:
parent
917d617945
commit
619b496317
1 changed files with 1 additions and 1 deletions
2
.github/release-notes.sh
vendored
2
.github/release-notes.sh
vendored
|
@ -24,7 +24,7 @@ gh api "/repos/${GITHUB_REPOSITORY}/releases/generate-notes" \
|
|||
trim_trailing_newlines() {
|
||||
local text
|
||||
text="$(cat)"
|
||||
echo -n "${text//$'\n'}"
|
||||
echo -n "${text}"
|
||||
}
|
||||
|
||||
linkify_gh() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue