Push release tags
tagliala opened this issue · 3 comments
Hi, is it possible to push release tags to GitHub?
Hi, why is it needed?
Hi, thanks for the prompt response and the new release
Releases tags are very useful to browse the source code at the exact commit of the release, in example I would like to check source code of 0.9.7, and I could have done here: https://github.com/igorkasyanchuk/active_storage_validations/tags
I will use rails itself as example: https://github.com/rails/rails/tags
As a use case, I often use this feature to check the differences between the current master branch and the latest released version of the gem
If releases have been done via rake release
, then release tags should be available on the local repository and git push --tags
is enough
I'll try to do, created for current 0.9.8. Next time will try to do for the next release