Skip to content

Commit

Permalink
Merge branch '2.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Oct 5, 2018
2 parents b0e1dc2 + 1da5d34 commit f8f6b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/publish-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java -jar -Dreleasenotes.github.organization=${GITHUB_ORGANIZATION} -Dreleasenot
popd > /dev/null


body=$( sed -E ':a;N;$!ba;s/\r{0,1}\n/\\n/g' release-notes-repo/release-notes.md )
body=$( while read line; do echo -n "$line\\n"; done < release-notes-repo/release-notes.md )

curl \
-s \
Expand Down

0 comments on commit f8f6b47

Please sign in to comment.