Rakefile in statsample-0.7.0 vs Rakefile in statsample-0.8.0
- old
+ new
@@ -86,6 +86,14 @@
sh %{chmod 755 #{file}}
}
sh %{rsync #{h.rsync_args} #{local_dir}/ #{host}:#{remote_dir}}
end
+task :release => [:tag] do
+end
+
+task :tag do
+ sh %(svn commit -m "Version bump: #{Statsample::VERSION}")
+ sh %(svn cp https://ruby-statsample.googlecode.com/svn/reportbuilder/trunk https://ruby-statsample.googlecode.com/svn/statsample/tags/v#{Statsample::VERSION} -m "ReportBuilder #{Statsample::VERSION} tagged")
+end
+
# vim: syntax=Ruby