Skip to content

Commit daad190

Browse files
committed
Improve a bit the release script
1 parent 47c9e10 commit daad190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [ ${IS_LTS_MODE} = "0" ]; then
9595
updateLatestFolders "./releases/${VERSION}"
9696
else
9797
echo 'LTS mode !'
98-
read -r -p "Make it the latest version ? [Y/n]" response
98+
read -r -p "Make it the latest (${VERSION_ENV}) version ? [Y/n]" response
9999
response=${response,,} # tolower
100100
if [[ $response =~ ^(yes|y| ) ]] || [[ -z $response ]]; then
101101
updateLatestFolders "./releases/${VERSION}"

0 commit comments

Comments
 (0)