public
Description: ActiveWarehouse for Rails - Implement data warehouses with Rails
Homepage: http://activewarehouse.rubyforge.org/
Clone URL: git://github.com/aeden/activewarehouse.git
activewarehouse / HOW_TO_RELEASE
100644 7 lines (7 sloc) 0.102 kb
1
2
3
4
5
6
7
cd trunk
rake release
cd ..
svn cp trunk tags/release-x.y.z
cd tags/release-x.y.z
svn commit
rake pdoc