Closed ashfurrow closed 11 years ago
To create a tag, open your repo in the terminal and use the following commands:
git pull
git tag 1.0
git push origin master --tags
And that'll push up the tag. Once that's done, I'll issue a pull request with the CocoaPod file and add it to the main repo so it'll be super-easy for developers to use your code!
Nevermind - I'll just refer to a commit hash.
Just added a tag. Thank you for very much cleaning up my repo :). I didn't have time as I was playing around with the animation. Cheers
Awesome! No problem – it's great work!
I'm actually mostly done this – can you create a tag, say "1.0" in your repository?
:+1: