mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-04-29 18:05:42 +08:00
[Rakefile] commit Gemfile.lock on release.
This commit is contained in:
@@ -8,7 +8,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
cocoapods (0.11.0)
|
||||
cocoapods (0.11.1)
|
||||
activesupport (~> 3.2.6)
|
||||
colored (~> 1.2)
|
||||
escape (~> 0.0.4)
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -145,7 +145,7 @@ namespace :gem do
|
||||
# silent_sh "rake examples:build"
|
||||
|
||||
# Then release
|
||||
sh "git commit lib/cocoapods.rb -m 'Release #{gem_version}'"
|
||||
sh "git commit lib/cocoapods.rb Gemfile.lock -m 'Release #{gem_version}'"
|
||||
sh "git tag -a #{gem_version} -m 'Release #{gem_version}'"
|
||||
sh "git push origin master"
|
||||
sh "git push origin --tags"
|
||||
|
||||
Reference in New Issue
Block a user