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.
The text was updated successfully, but these errors were encountered:
Releasing
Finished with your project?
Create a feature branch as normal.
Update the version history in the README.md file
Update this to develop as normal.
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.
The text was updated successfully, but these errors were encountered: