1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

merger.rb: show procedure to push tag into GitHub

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-12-11 02:08:41 +00:00
parent e3ab670a71
commit 825bcc36ee

View file

@ -145,6 +145,8 @@ def tag intv_p = false, relname=nil
end
end
system(*%w'svn cp -m', "add tag #{tagname}", branch_url, tag_url)
puts "run following command in git-svn working directory to push the tag into GitHub:"
puts "git tag #{tagname} origin/tags/#{tagname} && git push ruby #{tagname}"
end
def default_merge_branch