mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-22 23:36:36 +08:00
Reformat release notes
This commit is contained in:
parent
5d0b32fd8d
commit
36c65e7b41
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user