mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-22 14:03:05 +03:00
Delete bin directory
This commit is contained in:
parent
bbb256aadc
commit
cee22f3abc
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
version=$(grep "__title__ = " spacy/about.py)
|
|
||||||
version=${version/__title__ = }
|
|
||||||
version=${version/\'/}
|
|
||||||
version=${version/\'/}
|
|
||||||
version=${version/\"/}
|
|
||||||
version=${version/\"/}
|
|
||||||
|
|
||||||
echo $version
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
version=$(grep "__version__ = " spacy/about.py)
|
|
||||||
version=${version/__version__ = }
|
|
||||||
version=${version/\'/}
|
|
||||||
version=${version/\'/}
|
|
||||||
version=${version/\"/}
|
|
||||||
version=${version/\"/}
|
|
||||||
|
|
||||||
echo $version
|
|
|
@ -1,19 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Insist repository is clean
|
|
||||||
git diff-index --quiet HEAD
|
|
||||||
|
|
||||||
git checkout $1
|
|
||||||
git pull origin $1
|
|
||||||
git push origin $1
|
|
||||||
|
|
||||||
version=$(grep "__version__ = " spacy/about.py)
|
|
||||||
version=${version/__version__ = }
|
|
||||||
version=${version/\'/}
|
|
||||||
version=${version/\'/}
|
|
||||||
version=${version/\"/}
|
|
||||||
version=${version/\"/}
|
|
||||||
git tag "v$version"
|
|
||||||
git push origin "v$version"
|
|
Loading…
Reference in New Issue
Block a user