How can I add Git tags in Bitbucket?
Solution 1:
Did you click the button "Add All Tags Spec" in Push Wizard in Eclipse? If not, try it. Or if you have access to console version of git just perform:
git push --tags
Solution 2:
You can also add the tag directly in the Bitbucket UI. Look at Commits
, choose a specific commit and then in the details on the right side of the page, click the +
-button after No tags
.
https://confluence.atlassian.com/bitbucket/repository-tags-321860179.html