Closed pablosproject closed 9 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.
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
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.
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?