Browse Source

Merge branch '2.0.x'

pull/14585/merge
Stephane Nicoll 7 years ago
parent
commit
f8f6b474eb
  1. 2
      ci/scripts/publish-release-notes.sh

2
ci/scripts/publish-release-notes.sh

@ -15,7 +15,7 @@ java -jar -Dreleasenotes.github.organization=${GITHUB_ORGANIZATION} -Dreleasenot @@ -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 \

Loading…
Cancel
Save