mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
Git allow to sign releases, so use itIt
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
parent
151d492ab2
commit
5bcde318f7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue