Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag 0.2.0 and 0.2.1 builds #64

Open
bhowes-tt opened this issue Oct 22, 2014 · 1 comment
Open

Tag 0.2.0 and 0.2.1 builds #64

bhowes-tt opened this issue Oct 22, 2014 · 1 comment

Comments

@bhowes-tt
Copy link
Member

@eertugrul can you show me how to make a tag? I'd like us to tag all releases going forward.

@bhowes-tt bhowes-tt added this to the Beta 0.2.11 milestone Oct 22, 2014
@eertugrul
Copy link
Member

be sure u have a clean branch (sync or commit latest). then open in Git Shell

Git Shell commands below:+1:

// gives all the tags
git tag

//adding tag
git tag -a [tagname] -m ""

//pushes the tagging to cloud
git push origin [tagname]

@bhowes-tt bhowes-tt modified the milestone: Beta 0.2.2 Dec 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants