Skip to content

Commit

Permalink
Improve a bit the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 16, 2023
1 parent 47c9e10 commit daad190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [ ${IS_LTS_MODE} = "0" ]; then
updateLatestFolders "./releases/${VERSION}"
else
echo 'LTS mode !'
read -r -p "Make it the latest version ? [Y/n]" response
read -r -p "Make it the latest (${VERSION_ENV}) version ? [Y/n]" response
response=${response,,} # tolower
if [[ $response =~ ^(yes|y| ) ]] || [[ -z $response ]]; then
updateLatestFolders "./releases/${VERSION}"
Expand Down

0 comments on commit daad190

Please sign in to comment.