git push --tags
git checkout v1.0
git push
git checkout v1
git merge v1.0
git checkout master
git merge v1