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.
1 parent e7f100d commit 31a5bfdCopy full SHA for 31a5bfd
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