[PROPOSAL] Add release for last version with supports Swift 2.x
x0000ff opened this issue · 4 comments
x0000ff commented
jakarmy commented
Hey @x0000ff, thanks for the suggestion.
Can you provide an example for adding that tag?
Thanks!
x0000ff commented
I made a screencast:
https://youtu.be/cNHGmH4J-tM
Small hints for you:
Add tag
$ git tag -a -m "" v1.1 c5b4907dd75d2b610401f6787a39e5000d6f56e6
Push all tags
$ git push origin --tags
Delete tag
$ git tag -d v1.1
$ git push -v origin :refs/tags/v1.1
jakarmy commented
Thank you so much for these great hints!
Just added 3 tags, v1.0, v1.1 and v1.2.