mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove message already unnecesary
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
93bc102727
commit
6db7b1c55a
1 changed files with 0 additions and 2 deletions
|
|
@ -155,8 +155,6 @@ 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 remove_tag intv_p = false, relname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue