projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86acad0
)
Add \n in changelog
author
Chocobozzz
<me@florianbigard.com>
Fri, 16 Feb 2018 07:33:19 +0000
(08:33 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Fri, 16 Feb 2018 07:33:19 +0000
(08:33 +0100)
scripts/release.sh
patch
|
blob
|
history
diff --git
a/scripts/release.sh
b/scripts/release.sh
index d9ad6c54b461432adee23a0a1818e99d462e4560..8c440975f0461702c111dae09aac79ae5c726b9c 100755
(executable)
--- a/
scripts/release.sh
+++ b/
scripts/release.sh
@@
-33,7
+33,7
@@
zip_name="peertube-$version.zip"
changelog=$(awk -v version="$version" '/## v/ { printit = $2 == version }; printit;' CHANGELOG.md | grep -v "$version" | sed '1{/^$/d}')
-echo "Changelog will be:\n"
+echo
-e
"Changelog will be:\n"
echo "$changelog"
echo