Make edge-gem list the version number in the commit.

This commit is contained in:
Nathan Weizenbaum 2009-05-26 14:19:12 -07:00
parent 381e824213
commit 1eb878c447
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,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 -m "Bump edge gem version." EDGE_GEM_VERSION}
sh %{git commit -m "Bump edge gem version to #{edge_version}." EDGE_GEM_VERSION}
sh %{git push origin edge-gem}
# Package the edge gem with the proper version