set -e

git pull
git add -A
git commit -m "build: 升级底包"
git push
git checkout publish
git pull
git merge vue2 --no-edit
git push
git checkout vue2

exit 0