Reformat release notes

This commit is contained in:
FriwiDev 2021-11-15 22:33:47 +01:00
parent 5d0b32fd8d
commit 36c65e7b41

View File

@ -54,23 +54,26 @@ echo "" >> $GITHUB_ENV
#Readme
(
(
echo "Update JCEF to ["
echo "#####Update JCEF to ["
cat ../commit_id.txt
echo "]("
cat ../commit_url.txt
echo ")"
) | awk '{print}' ORS=''
echo ""
echo ""
echo "Build: [GitHub Actions #$4]($3)"
(
echo "JCEF version: "
cat ../commit_id.txt
) | awk '{print}' ORS=''
echo ""
(
echo "CEF version: "
cat ../cef_version.txt
) | awk '{print}' ORS=''
echo ""
echo ""
echo "Changes from previous release:"
echo "\`\`\`"
cat ../commit_message.txt