We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bfa43 commit bb662b3Copy full SHA for bb662b3
1 file changed
template.sh
@@ -89,15 +89,13 @@ if [ ! -z "$BREAKING_CHANGES" ]; then
89
BREAKING_CHANGES="BREAKING CHANGE: ${BREAKING_CHANGES}"
90
fi
91
92
-echo
93
-echo "${TYPE}${SCOPE}: ${SHORT_DESC}
+printf "\n${TYPE}${SCOPE}: ${SHORT_DESC}
94
95
${LONG_DESC}
96
97
${BREAKING_CHANGES}
98
99
-${CLOSED_ISSUES}" | awk '{ gsub(/ /,""); print }'
100
+${CLOSED_ISSUES}\n\n"
101
102
# Git commit
103
RESULT_CODE=$?
0 commit comments