File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if ! git diff-index --quiet HEAD -- || [ -n "$(git ls-files --others --exclude-s
2222 echo " ${F_BOLD}${C_INDIANRED1} Working directory is not clean. Commit or stash your changes first.${NO_FORMAT} \n"
2323 exit 1
2424else
25- echo " ${C_GREY46} INFO \tWorking directory is clean."
25+ echo " ${C_GREY46} Progress\nINFO \tWorking directory is clean."
2626fi
2727
2828VERSION=$( node -p " require('./package.json').version" )
@@ -43,5 +43,5 @@ git add package.json docker/package.json frontend/package.json http/package.jso
4343git commit -m " chore(ci): bump version v${VERSION} "
4444
4545echo " \nINFO\tChanges are committed and ready to push.${NO_FORMAT} "
46- echo " \n${F_BOLD}${C_SEAGREEN2} DONE Updated package versions successfully!${NO_FORMAT} \n"
46+ echo " \n${F_BOLD}${C_SEAGREEN2} Updated package versions successfully!${NO_FORMAT} \n"
4747exit 0
You can’t perform that action at this time.
0 commit comments