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 #Readme
( (
( (
echo "Update JCEF to [" echo "#####Update JCEF to ["
cat ../commit_id.txt cat ../commit_id.txt
echo "](" echo "]("
cat ../commit_url.txt cat ../commit_url.txt
echo ")" echo ")"
) | awk '{print}' ORS='' ) | awk '{print}' ORS=''
echo "" echo ""
echo ""
echo "Build: [GitHub Actions #$4]($3)" echo "Build: [GitHub Actions #$4]($3)"
( (
echo "JCEF version:" echo "JCEF version: "
cat ../commit_id.txt cat ../commit_id.txt
) | awk '{print}' ORS='' ) | awk '{print}' ORS=''
echo ""
( (
echo "CEF version:" echo "CEF version: "
cat ../cef_version.txt cat ../cef_version.txt
) | awk '{print}' ORS='' ) | awk '{print}' ORS=''
echo "" echo ""
echo ""
echo "Changes from previous release:" echo "Changes from previous release:"
echo "\`\`\`" echo "\`\`\`"
cat ../commit_message.txt cat ../commit_message.txt