Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Teamcity - Create git tag after successful build

How can I create a git tag after successful build in Team City?

like image 445
Liad Avatar asked Mar 03 '15 16:03

Liad


People also ask

How do I create a tag in bitbucket?

Create a tag in BitbucketFrom your Bitbucket repository, click the link for the commit you want to tag. In the details on the right side of the page, click the + button. Enter a Tag name and click Create tag.


2 Answers

You can use VCS Labeling build feature to tag successful builds in TeamCity.

like image 133
Alina Mishina Avatar answered Oct 06 '22 05:10

Alina Mishina


After each successful build from team city a new git tag is created in github repo

Follow this https://link.medium.com/5XrNt4i9f5

like image 27
Anshu Rj Avatar answered Oct 06 '22 05:10

Anshu Rj