Commit e698a1c1 authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] commit Gemfile.lock on release.

parent bab3bb99
...@@ -8,7 +8,7 @@ GIT ...@@ -8,7 +8,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
cocoapods (0.11.0) cocoapods (0.11.1)
activesupport (~> 3.2.6) activesupport (~> 3.2.6)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
......
...@@ -145,7 +145,7 @@ namespace :gem do ...@@ -145,7 +145,7 @@ namespace :gem do
# silent_sh "rake examples:build" # silent_sh "rake examples:build"
# Then release # 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 tag -a #{gem_version} -m 'Release #{gem_version}'"
sh "git push origin master" sh "git push origin master"
sh "git push origin --tags" sh "git push origin --tags"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment