#!/bin/bash

ver="v3.0.1"

git pull
git checkout master
git pull
git merge develop
git tag -a "$ver" -m "$ver"
git push origin $ver
git checkout develop