mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remember these for the next release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7743 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
d0755b9814
commit
0068a8a1d8
2 changed files with 4 additions and 4 deletions
|
@ -260,12 +260,12 @@ desc "Generate documentation for the framework and for the empty application"
|
||||||
task :generate_documentation => [ :generate_app_doc, :generate_rails_framework_doc ]
|
task :generate_documentation => [ :generate_app_doc, :generate_rails_framework_doc ]
|
||||||
|
|
||||||
task :generate_rails_framework_doc do
|
task :generate_rails_framework_doc do
|
||||||
system %{cd #{PKG_DESTINATION}; rake apidoc}
|
system %{cd #{PKG_DESTINATION}; rake doc:rails}
|
||||||
end
|
end
|
||||||
|
|
||||||
task :generate_app_doc do
|
task :generate_app_doc do
|
||||||
File.cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP"
|
File.cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP"
|
||||||
system %{cd #{PKG_DESTINATION}; rake appdoc}
|
system %{cd #{PKG_DESTINATION}; rake doc:app}
|
||||||
end
|
end
|
||||||
|
|
||||||
Rake::RDocTask.new { |rdoc|
|
Rake::RDocTask.new { |rdoc|
|
||||||
|
|
|
@ -18,8 +18,8 @@ PACKAGES = %w( activesupport activerecord actionpack actionmailer actionwebservi
|
||||||
end
|
end
|
||||||
|
|
||||||
# Upload rails tgz/zip
|
# Upload rails tgz/zip
|
||||||
`rubyforge add_release rails rails 'REL #{VERSION}' rails-#{VERSION}.tgz`
|
`rubyforge add_release rails rails 'REL #{VERSION}' release/rails-#{VERSION}.tgz`
|
||||||
`rubyforge add_release rails rails 'REL #{VERSION}' rails-#{VERSION}.zip`
|
`rubyforge add_release rails rails 'REL #{VERSION}' release/rails-#{VERSION}.zip`
|
||||||
|
|
||||||
# Create SVN tag
|
# Create SVN tag
|
||||||
puts "Remember to create SVN tag"
|
puts "Remember to create SVN tag"
|
||||||
|
|
Loading…
Reference in a new issue