Rakefile in sinatra-2.2.0 vs Rakefile in sinatra-2.2.1
- old
+ new
@@ -210,10 +210,10 @@
path = File.join(path, 'version.rb')
File.write(path, File.read(path).sub(/VERSION = '(.+?)'/, "VERSION = '#{source_version}'"))
end
sh <<-SH
- git commit --allow-empty -a -m '#{source_version} release' &&
+ #git commit --allow-empty -a -m '#{source_version} release' &&
git tag -s v#{source_version} -m '#{source_version} release' &&
git push && (git push origin || true) &&
git push --tags && (git push origin --tags || true)
SH
end