jakarmy/swift-summary

[PROPOSAL] Add release for last version with supports Swift 2.x

x0000ff opened this issue · 4 comments

I think it will be useful to add a tag, create a release for the last version with support Swift 2.x.
I guess it was: 2be0e47

Regrettably I can't do it via a Pull Request. @jakarmy, If you need help with it - feel free to contact me.

¡Muchas gracias por el repositorio!

Hey @x0000ff, thanks for the suggestion.
Can you provide an example for adding that tag?
Thanks!

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

Thank you so much for these great hints!
Just added 3 tags, v1.0, v1.1 and v1.2.

Great, @jakarmy 🎉 🍻