We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e36e96 commit d14ca4dCopy full SHA for d14ca4d
bin/get_highest_tag.rb
@@ -1,4 +1,4 @@
1
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
2
# gets the tag with the highest semver number
3
# - "highest" is preferred over "latest", because of backports to old tags may
4
# cause them to be "later" than "higher" tags
bin/is_a_tag.rb
# check if a given tag is available in a repo; exit 0 if yes, 1 if no
unless ARGV.length == 2
0 commit comments