v0.18.3 release

This commit is contained in:
Sergey Shepelev 2016-02-13 18:19:04 +05:00 committed by Thomas Goirand
parent 0d74d9c411
commit 32f9475dde
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ rm -f "doc/changelog.rst"
if [ $commit -eq 1 ]; then
echo "3. Updating git branch gh-pages"
source_name=`git describe --dirty --tags HEAD`
source_name=`git describe --dirty --tags`
git branch --track gh-pages origin/gh-pages || true
git checkout gh-pages
git ls-files |grep -Ev '^.gitignore$' |xargs rm -f