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:
parent
1a0b452b26
commit
6df98cd783
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue