lib/tasks/contributor_tasks.rb in chili_videos-0.2.0 vs lib/tasks/contributor_tasks.rb in chili_videos-0.2.1

- old
+ new

@@ -25,9 +25,18 @@ puts "done!" else puts "No new contributors." end end + + task :release do + puts "#####################" + puts "For the twitters" + puts "#####################" + puts "[ANN] chili_videos v#{ChiliVideos::VERSION} released. Changes: http://bit.ly/orxPzQ, Repo: http://bit.ly/hExlRR #chiliproject" + puts "#####################" + + end end private def all_committers all_names = `git shortlog -s |cut -s -f2`