mirror of https://github.com/explosion/spaCy.git
Fix push-tag script
This commit is contained in:
parent
40a273245c
commit
78afc696b2
|
@ -12,5 +12,7 @@ version=$(grep "__version__ = " spacy/about.py)
|
|||
version=${version/__version__ = }
|
||||
version=${version/\'/}
|
||||
version=${version/\'/}
|
||||
version=${version/\"/}
|
||||
version=${version/\"/}
|
||||
git tag "v$version"
|
||||
git push origin --tags
|
||||
|
|
Loading…
Reference in New Issue