Skip to content

Commit

Permalink
Git allow to sign releases, so use itIt
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Lezaeta Reyes <[email protected]>
  • Loading branch information
JotaRandom committed Oct 6, 2017
1 parent 151d492 commit 5bcde31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5bcde31

Please sign in to comment.