method

inexistent_tag?

v8.1.1 - Show latest stable - Class: Releaser
inexistent_tag?()
private

No documentation available.

# File tools/releaser/lib/releaser.rb, line 307
    def inexistent_tag?
      `git tag | grep '^#{tag}$'`.strip.empty?
    end