root/plugins/release_plugins

Revision 1233, 165 bytes (checked in by wyca..@gmail.com, 8 months ago)

Added a script to release all plugins at once

  • Property svn:executable set to *
Line 
1 #!/bin/bash
2
3 for i in merb_activerecord merb_datamapper merb_helpers merb_sequel; do
4         cd $i
5         rake package
6         rubyforge add_release merb $i $1 pkg/$i-$1.gem
7         cd ..
8 done
Note: See TracBrowser for help on using the browser.