Merge pull request #201 from TooTallNate/patch-1

git-changelog: don't output a trailing space after the date
This commit is contained in:
TJ Holowaychuk 2013-11-19 08:41:54 -08:00
commit 9760f523ce

View file

@ -21,7 +21,7 @@ while [ "$1" != "" ]; do
done
DATE=`date +'%Y-%m-%d'`
HEAD="\n$TAG / $DATE \n==================\n\n"
HEAD="\n$TAG / $DATE\n==================\n\n"
if $LIST; then
version=$(git describe --tags --abbrev=0 $(git rev-list --tags --max-count=1))