build: deploy site to 0.x dir

This commit is contained in:
陈嘉涵 2019-08-28 09:43:41 +08:00
parent 3691cc409c
commit 2d37c059d9
2 changed files with 2 additions and 10 deletions

View File

@ -7,4 +7,4 @@ superman-cdn /vant-weapp ./docs/dist/*.js
rm -rf docs/dist/*.js
gh-pages -d docs/dist --add
gh-pages -d docs/dist --add --dest 0.x

View File

@ -1,6 +1,3 @@
git checkout master
git merge dev
#!/usr/bin/env sh
set -e
echo "Enter release version: "
@ -22,12 +19,7 @@ then
npm version $VERSION --message "build: release $VERSION"
# publish
git push origin master
git push origin dev
git push origin refs/tags/v$VERSION
npm publish
# sync dev
git checkout dev
git rebase master
git push origin dev
fi