method
inexistent_tag?
v7.2.3 -
Show latest stable
- Class:
Releaser
inexistent_tag?()private
No documentation available.
# File tools/releaser/lib/releaser.rb, line 304
def inexistent_tag?
`git tag | grep '^#{tag}$'`.strip.empty?
end