mirror of
https://github.com/pressly/goose.git
synced 2025-05-30 19:23:14 +00:00
fix: bash script to generate release notes
This commit is contained in:
parent
8bdf173f36
commit
5864133d17
@ -40,7 +40,7 @@ while IFS= read -r LINE; do
|
||||
if [[ -z "${LINE}" ]]; then
|
||||
continue
|
||||
fi
|
||||
items+="$(echo "${LINE}" | xargs)"
|
||||
items+="$(echo "${LINE}" | xargs -0)"
|
||||
# Add a newline between each item
|
||||
if [[ -n "$items" ]]; then
|
||||
items+=$'\n'
|
||||
|
Loading…
x
Reference in New Issue
Block a user