1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Don't commit files other than EDGE_GEM_VERSION when packaging the edge gem.

This commit is contained in:
Nathan Weizenbaum 2009-04-29 19:13:13 -07:00
parent 1a0b452b26
commit 6df98cd783

View file

@ -102,7 +102,7 @@ task :release_edge do
end
edge_version = edge_version.join('.')
File.open('EDGE_GEM_VERSION', 'w') {|f| f.puts(edge_version)}
sh %{git commit -a -m "Bump edge gem version."}
sh %{git commit -m "Bump edge gem version." EDGE_GEM_VERSION}
sh %{git push origin edge-gem}
# Package the edge gem with the proper version