Skip to content

Commit cb7b06d

Browse files
committed
Modify deploy.sh
1 parent cdf5b3d commit cb7b06d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ parse_with_getopts() {
345345
}
346346

347347
check_chang_log() {
348-
echo " ? Modified change log?"
348+
echo " - Modified change log ?"
349349
local content=$(<${SOURCE_DIR}/ChangeLog.md)
350350
if [[ $content =~ $VERSION ]]; then
351351
echo_success " √ Modified in \"ChangeLog.md\""
@@ -369,9 +369,9 @@ create_tag() {
369369
echo " Message: $MESSAGE"
370370
echo ""
371371
echo "Please verify:"
372-
echo " ? Modify change log?"
372+
echo " - Test is ok ?"
373+
echo " - Translations updated ?"
373374
check_chang_log
374-
echo " ? Translations updated?"
375375
echo ""
376376

377377
read -t 60 -p "? Deploy? (y/N): " INPUT

0 commit comments

Comments
 (0)