Remove extra new line before Full changelog link

This commit is contained in:
Ismo Vuorinen
2016-08-15 12:27:51 +03:00
parent 741c03f48f
commit de6539cd66

View File

@@ -131,7 +131,6 @@ fi
echo "## $NEW_VERSION ($NOW)" > tmpfile
git --no-pager log --pretty=format:" - %s" --date=short --no-merges "$BASE_STRING"...HEAD | sed -n '1!G;h;$p' >> tmpfile
echo "" >> tmpfile
echo "" >> tmpfile
echo "[Full changelog]($PROJECT_URL/$VER_COMP_STR/$VER_COMP_TAG)" >> tmpfile
echo "" >> tmpfile
echo "" >> tmpfile