Please use git flow cheatsheet as a reference.
Currently we are using following patterns for tag names:
- release: x.x.x
- hotfix: x.x.x-hotfix-x
After finishing release or hotfix (with git flow command), please make sure you are pushed tag as well.
You can use git push --follow-tags
to push commits and tags at once or git push --tags
to push only tags.