mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
Update
be sure that the tag is created and consistent. Still experimental but will solve a fews issue if work
This commit is contained in:
parent
0bf0e39bad
commit
db40143322
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 -u origin "$1"
|
||||
git tag -a "$@" && 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