Skip to content

Commit 8258575

Browse files
committed
chore: adjust commit message
1 parent 12bc88c commit 8258575

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

http/cmd/api-server/main

0 Bytes
Binary file not shown.

scripts/git/sign.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ C_SEAGREEN2="\033[38;5;83m"
66
C_GREY46="\033[38;5;243m"
77
C_GREY62="\033[38;5;247m"
88

9-
echo "${F_BOLD}Commit Git working tree${NO_FORMAT}${C_GREY46}"
9+
echo "${F_BOLD}Sign Git Working Tree${NO_FORMAT}${C_GREY46}"
1010

11+
make test
1112
make build
1213

14+
echo "${NO_FORMAT}${C_GREY62}Commit Details:${NO_FORMAT}${C_GREY46}"
15+
1316
git add .
14-
git commit -S && echo "\n${NO_FORMAT}${F_BOLD}Ready to push!${NO_FORMAT}\n"
17+
git commit -S --no-verify
18+
19+
echo "\n${NO_FORMAT}${F_BOLD}Ready to push!${NO_FORMAT}\n"
1520

0 commit comments

Comments
 (0)