cjheath/geoip

missing 1.6.3 version tag in GitHub

ktdreyer opened this issue · 4 comments

Mind pushing the v1.6.3 Git tag to GitHub?

Done

I've never actually used a git tag, so I'm curious what you use them for?

Sure, I rely on the Git tags when I maintain the Fedora rubygem-geoip package. There are tools that let me update the packaging quickly (rdopkg) and these work with Git tags. It's also useful to use git log <tag1>..<tag2> to look through the change log for regressions. I might develop patches to get geoip to build with the latest Ruby versions, and it's useful to develop those on Git tags to I can test them out prior to pushing PRs for master.

Good to know, thanks. I don't (any longer) have Rakefile automation for releasing, and this persuades me I should (re-)build it. (geoip is a very old gem!)