We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98449bc commit 457a25aCopy full SHA for 457a25a
1 file changed
scripts/changelog.sh
@@ -12,7 +12,7 @@ source "$__scripts"
12
check_git || exit $?
13
check_var "1" "$1" || exit $?
14
15
-CHANGELOG="$(git log --format=%s "$1"..."$2" | sed ':a;N;$!ba;s/\n/\\n/g')" || {
+CHANGELOG="$(git log --format=%s "$1"..."$2" | sed ':a;N;$!ba;s/\n/\\n/g' | sed 's/"/\\"/g')" || {
16
echo "[changelog] Failed to create changelog from commits, exiting." >&2
17
exit 1
18
}
0 commit comments