Skip to content

Commit 37d67de

Browse files
committed
chore: adjust script output
1 parent d9f1c02 commit 37d67de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/package/bump.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2424
else
25-
echo "${C_GREY46}INFO\tWorking directory is clean."
25+
echo "${C_GREY46}Progress\nINFO\tWorking directory is clean."
2626
fi
2727

2828
VERSION=$(node -p "require('./package.json').version")
@@ -43,5 +43,5 @@ git add package.json docker/package.json frontend/package.json http/package.jso
4343
git commit -m "chore(ci): bump version v${VERSION}"
4444

4545
echo "\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"
4747
exit 0

0 commit comments

Comments
 (0)