Commit 279fe1b3 authored by Fabio Pelosin's avatar Fabio Pelosin

[RakeFile] Minor fix for release task.

parent dbf863b4
...@@ -96,7 +96,7 @@ namespace :gem do ...@@ -96,7 +96,7 @@ namespace :gem do
diff_lines.delete('CHANGELOG.md') diff_lines.delete('CHANGELOG.md')
if diff_lines != ['lib/cocoapods.rb'] if diff_lines != ['lib/cocoapods.rb']
$stderr.puts "[!] Only change the version number in a release commit!" $stderr.puts "[!] Only change the version number in a release commit!"
# exit 1 exit 1
end end
end end
......
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