lloydsargent / BlackRaccoon

IOS FTP Client Code
102 stars 37 forks source link

Create a tag for cocoapods #31

Closed pablosproject closed 9 years ago

pablosproject commented 11 years ago

Hi! Can you create a tag with the current version of blackracoon so I can make a podspec and push it to cocoapods main repo?

lloydsargent commented 11 years ago

How do I make this tag and does it require significant work?

On Oct 17, 2013, at 10:13 , Paolo Tagliani notifications@github.com wrote:

Hi! Can you create a tag with the current version of blackracoon so I can make a podspec and push it to cocoapods main repo?

— Reply to this email directly or view it on GitHub.

pablosproject commented 11 years ago

No, absolutely. You have to take the actual commit and add a tag to it (for example 1.0 or 1.1). Every time that you release a new version you should tag it. For the commands see http://git-scm.com/book/en/Git-Basics-Tagging. Basically git tag -a v1.4 -m 'my version 1.4

pablosproject commented 11 years ago

Any time that you create a new version of the library you should tag it. In these way I can update the podspec for your repo and everything'll be up-to-date.