Fix push-tag script

This commit is contained in:
Matthew Honnibal 2018-12-01 14:48:02 +01:00
parent 40a273245c
commit 78afc696b2
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@ version=$(grep "__version__ = " spacy/about.py)
version=${version/__version__ = } version=${version/__version__ = }
version=${version/\'/} version=${version/\'/}
version=${version/\'/} version=${version/\'/}
version=${version/\"/}
version=${version/\"/}
git tag "v$version" git tag "v$version"
git push origin --tags git push origin --tags