Git allow to sign releases, so use itIt

Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
Pablo Lezaeta Reyes 2017-10-06 01:12:39 -03:00
parent 151d492ab2
commit 5bcde318f7
No known key found for this signature in database
GPG key ID: 9C928FDB51F562A7

View file

@ -98,7 +98,7 @@ tag()
version=`./setup.py version`
if [ "$version" = 'Ponysay '"$1"' installer' ]; then
git tag -a "$@" && git checkout "$1" && git push --tags -u origin "$1"
git tag -s "$@" && git checkout "$1" && git push --tags -u origin "$1"
else
echo 'Setup script reports. '"$version"
echo 'This is not consistent with desired tag version: '"$1"