Create an annotated tag

This commit is contained in:
Raphael Assenat 2016-02-29 18:44:52 -05:00
parent b7d56c2168
commit b8be4c754b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ -f $RELEASEDIR/$FILENAME ]; then
exit 1 exit 1
fi fi
git tag $TAG -f git tag $TAG -f -a
git archive --format=tar --prefix=$DIRNAME/ HEAD | gzip > $RELEASEDIR/$FILENAME git archive --format=tar --prefix=$DIRNAME/ HEAD | gzip > $RELEASEDIR/$FILENAME
cd $RELEASEDIR cd $RELEASEDIR