release.sh: Fix typo in git describe

This commit is contained in:
Hector Sanjuan 2021-01-14 14:01:01 +01:00
parent 14074e2da4
commit 35b596b450

View File

@ -32,7 +32,7 @@ fi
# Actual releases, commit and make an annotated tag with all the commits
# since the last.
git commit -S -m "Release v${version}"
lastver=`git describe --abrev=0`
lastver=`git describe --abbrev=0`
echo "Tag for Release ${version}" > tag_annotation
echo >> tag_annotation
git log --pretty=oneline ${lastver}..HEAD >> tag_annotation