# File lib/jeweler/commands/release_to_git.rb, line 40 def release_not_tagged? tag = repo.tag(release_tag) rescue nil tag.nil? end