mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-28 00:03:35 -05:00
release shouldn't depend on someone having a remote tracking branch setup
This commit is contained in:
parent
9f1e4e0b80
commit
ad93848e87
2
Rakefile
2
Rakefile
@ -51,7 +51,7 @@ desc "Commit, create tag v#{version} and build and push #{gem_file} to Rubygems"
|
||||
task :release => :build do
|
||||
sh "git commit --allow-empty -a -m 'Release #{version}'"
|
||||
sh "git tag v#{version}"
|
||||
sh "git push"
|
||||
sh "git push origin master"
|
||||
sh "git push origin v#{version}"
|
||||
sh "gem push pkg/#{gem_file}"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user