release: switch to use rc branches
This commit is contained in:
21
lib/release/versions.rb
Normal file
21
lib/release/versions.rb
Normal file
@@ -0,0 +1,21 @@
|
||||
require_relative './base'
|
||||
|
||||
module Release
|
||||
|
||||
class Versions < Release::Base
|
||||
def valid?
|
||||
true
|
||||
end
|
||||
|
||||
def help
|
||||
"release versions"
|
||||
end
|
||||
|
||||
def execute
|
||||
puts
|
||||
puts show_existing_tags
|
||||
puts
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user