Skip to content

Commit

Permalink
Add a Gemcutter push to the release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Nov 22, 2009
1 parent 2cd699f commit d8a7bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8a7bd4

Please sign in to comment.