From 36c65e7b4192f1b6088c50f3ff777a17a1c65bbb Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 15 Nov 2021 22:33:47 +0100 Subject: [PATCH] Reformat release notes --- tools/create_release_info.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tools/create_release_info.sh b/tools/create_release_info.sh index 0771b0a..0483350 100755 --- a/tools/create_release_info.sh +++ b/tools/create_release_info.sh @@ -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:" + echo "JCEF version: " cat ../commit_id.txt ) | awk '{print}' ORS='' + echo "" ( - echo "CEF version:" + echo "CEF version: " cat ../cef_version.txt ) | awk '{print}' ORS='' echo "" + echo "" echo "Changes from previous release:" echo "\`\`\`" cat ../commit_message.txt