Do not leave tag annotation file around when releasing

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2017-12-11 14:05:26 +01:00
parent e2e2c98eb1
commit 847a8a78c4

View File

@ -17,4 +17,5 @@ echo "Tag for Release ${version}" > tag_annotation
echo >> tag_annotation
git log --pretty=oneline ${lastver}..HEAD >> tag_annotation
git tag -a -s -F tag_annotation v$version
rm tag_annotation
gx release $version