We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0e1dc2 + 1da5d34 commit f8f6b47Copy full SHA for f8f6b47
ci/scripts/publish-release-notes.sh
@@ -15,7 +15,7 @@ java -jar -Dreleasenotes.github.organization=${GITHUB_ORGANIZATION} -Dreleasenot
15
popd > /dev/null
16
17
18
-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 )
19
20
curl \
21
-s \
0 commit comments