提交 a1e1a504 编写于 作者: C Chris Wanstrath

not important

上级 3c6af16c
......@@ -100,7 +100,7 @@ end
desc "Push a new version."
task :publish => "gem:publish" do
require 'hub/version'
sh "git tag v#{Hub::Version}"
system "git tag v#{Hub::Version}"
sh "git push origin v#{Hub::Version}"
sh "git push origin master"
sh "gem push pkg/git-hub-#{Hub::Version}.gem"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册