Rakefile in capistrano-rails-1.5.0 vs Rakefile in capistrano-rails-1.6.0

- old
+ new

@@ -1,4 +1,9 @@ require "bundler/gem_tasks" # Do nothing by default task :default + +Rake::Task["release"].enhance do + puts "Don't forget to publish the release on GitHub!" + system "open https://github.com/capistrano/rails/releases" +end