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