You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git checkout master
git merge --no-ff develop
git push origin master
git tag v1.0.0
git push origin v1.0.0
Replace 1.0.0 in the snippet here with your appropriate versions. Now you have a tag saved.