We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cb840 commit 72ce3b1Copy full SHA for 72ce3b1
1 file changed
template.sh
@@ -97,10 +97,10 @@ ${CLOSED_ISSUES}${RESET}\n\n"
97
# Git commit
98
RESULT_CODE=$?
99
if [ "$RESULT_CODE" = 0 ]; then
100
- git commit -m "${TYPE}${SCOPE}: ${SHORT_DESC}
101
-${LONG_DESC}
102
-${BREAKING_CHANGES}
103
-${CLOSED_ISSUES}"
+ git commit -m " ${TYPE}${SCOPE}: ${SHORT_DESC}
+ ${LONG_DESC}
+ ${BREAKING_CHANGES}
+ ${CLOSED_ISSUES}"
104
else
105
printf "\n${RED}❌ An error occurred. Please try again.${RESET}\n"
106
fi
0 commit comments