Skip to content

Commit

Permalink
open redbox github release page in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Sep 19, 2024
1 parent 28204a7 commit df5bd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .support/generate_latest_release_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ PUB_DATE=$(jq -r '.published_at | fromdateiso8601 | strftime("%a, %d %B %Y")' "$
# e.g. The [most recent ReDBox version is <tag_name>](<html_url>) released on [<published_at>].
# e.g. The [most recent ReDBox version is *v3.6*](https://github.com/redbox-mint/redbox-portal/releases/tag/v3.6) released on 01 May 2024.

echo "The <a href='${URL}'>most recent ReDBox version is <strong>${VERSION}</strong></a> released on ${PUB_DATE}." > "${HTML_FILE}"
echo "The <a href='${URL}' target='_blank'>most recent ReDBox version is <strong>${VERSION}</strong></a> released on ${PUB_DATE}." > "${HTML_FILE}"

0 comments on commit df5bd4c

Please sign in to comment.