We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb662b3 commit e6b68dfCopy full SHA for e6b68df
1 file changed
template.sh
@@ -89,24 +89,19 @@ if [ ! -z "$BREAKING_CHANGES" ]; then
89
BREAKING_CHANGES="BREAKING CHANGE: ${BREAKING_CHANGES}"
90
fi
91
92
-printf "\n${TYPE}${SCOPE}: ${SHORT_DESC}
93
-
+printf "\n${GREEN}${TYPE}${SCOPE}: ${SHORT_DESC}
94
${LONG_DESC}
95
96
${BREAKING_CHANGES}
97
98
-${CLOSED_ISSUES}\n\n"
+${CLOSED_ISSUES}${RESET}\n\n"
99
100
# Git commit
101
RESULT_CODE=$?
102
if [ "$RESULT_CODE" = 0 ]; then
103
git commit -m "${TYPE}${SCOPE}: ${SHORT_DESC}
104
105
106
107
108
109
${CLOSED_ISSUES}"
110
else
111
printf "\n${RED}❌ An error occurred. Please try again.${RESET}\n"
112
+
0 commit comments