From 72d3fe5a12712bcfc2d2cb80c3c4521f8d577391 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 4 Aug 2016 17:16:11 +0300 Subject: [PATCH] Changed git log hash length --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 6f1b72e..1c54652 100755 --- a/release.sh +++ b/release.sh @@ -111,7 +111,7 @@ echo $NEW_VERSION > $FILE_VERSION # Create our changelog echo "## $NEW_VERSION ($NOW)" > tmpfile -git log --pretty=format:" - %H %ad | %s%d [%an]" --date=short --no-merges "$BASE_STRING"...HEAD >> tmpfile +git log --pretty=format:" - %h %ad | %s%d [%an]" --date=short --no-merges "$BASE_STRING"...HEAD >> tmpfile echo "" >> tmpfile echo "" >> tmpfile cat $FILE_CHANGELOG >> tmpfile