File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,17 +346,17 @@ parse_with_getopts() {
346346
347347check_chang_log () {
348348 echo " ? Modified change log?"
349- local content=$( < ${SOURCE_DIR} /Changelog .md)
349+ local content=$( < ${SOURCE_DIR} /ChangeLog .md)
350350 if [[ $content =~ $VERSION ]]; then
351- echo_success " √ Modified in \" Changelog .md\" "
351+ echo_success " √ Modified in \" ChangeLog .md\" "
352352 else
353- echo_warn " ! Warning: Don't include \" $VERSION \" in the file \" Changelog .md\" "
353+ echo_warn " ! Warning: Don't include \" $VERSION \" in the file \" ChangeLog .md\" "
354354 fi
355- content=$( < ${SOURCE_DIR} /Changelog_zh_CN .md)
355+ content=$( < ${SOURCE_DIR} /ChangeLog_zh_CN .md)
356356 if [[ $content =~ $VERSION ]]; then
357- echo_success " √ Modified change log in \" Changelog_zh_CN .md\" "
357+ echo_success " √ Modified change log in \" ChangeLog_zh_CN .md\" "
358358 else
359- echo_warn " ! Warning: Don't include \" $VERSION \" in the file \" Changelog_zh_CN .md\" "
359+ echo_warn " ! Warning: Don't include \" $VERSION \" in the file \" ChangeLog_zh_CN .md\" "
360360 fi
361361}
362362
You can’t perform that action at this time.
0 commit comments