We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf5b3d commit cb7b06dCopy full SHA for cb7b06d
1 file changed
deploy.sh
@@ -345,7 +345,7 @@ parse_with_getopts() {
345
}
346
347
check_chang_log() {
348
- echo " ? Modified change log?"
+ echo " - Modified change log ?"
349
local content=$(<${SOURCE_DIR}/ChangeLog.md)
350
if [[ $content =~ $VERSION ]]; then
351
echo_success " √ Modified in \"ChangeLog.md\""
@@ -369,9 +369,9 @@ create_tag() {
369
echo " Message: $MESSAGE"
370
echo ""
371
echo "Please verify:"
372
- echo " ? Modify change log?"
+ echo " - Test is ok ?"
373
+ echo " - Translations updated ?"
374
check_chang_log
- echo " ? Translations updated?"
375
376
377
read -t 60 -p "? Deploy? (y/N): " INPUT
0 commit comments