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

Add a Gemcutter push to the release process.

This commit is contained in:
Nathan Weizenbaum 2009-11-22 13:46:53 -08:00
parent 2cd699f932
commit d8a7bd476c

View file

@ -80,6 +80,7 @@ task :release => [:check_release, :release_elpa, :package] do
sh %{rubyforge add_file haml haml "#{name} (v#{version})" pkg/haml-#{version}.tar.gz}
sh %{rubyforge add_file haml haml "#{name} (v#{version})" pkg/haml-#{version}.tar.bz2}
sh %{rubyforge add_file haml haml "#{name} (v#{version})" pkg/haml-#{version}.zip}
sh %{gem push pkg/haml-#{version}.gem}
end
# Releases haml-mode.el and sass-mode.el to ELPA.