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
1 changed files with 1 additions and 0 deletions

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.