Release Steps
From Geoqo
Steps used to release a new version. You know, in case I fall off a cliff while geocaching:
- Setup:
- change version numbers in the files
- find . -name \*.pm | grep -v VERSION | xargs perl -i -p -e "s/VERSION = '0\.3/VERSION = '0.4/"
- perl -i -p -e "s/VERSION = '0\.3/VERSION = '0.4/" geoqo
- run ./testcode to check for syntax issues
- ensure makedocs and geodb/html/Makefile contains proper list of module names
- New plugins may need to be added to the lists
- Run ./makedocs
- Run "make", "make coversclean" and "make covers" in geoqo/html/
- checkout requires geoqo source to be in ../geoqo
- Run "make test" and check for errors
- Update the NEWS file
- change version numbers in the files
- Release:
- svn copy https://geoqo.svn.sourceforge.net/svnroot/geoqo/trunk/geoqo https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo-0-4
- svn export https://geoqo.svn.sourceforge.net/svnroot/geoqo/tags/geoqo-0-4 geoqo-0.4
- tar czf geoqo-0.4.tar.gz geoqo-0.4
- zip -r geoqo-0.4.zip geoqo-0.4
- ncftpput upload.sourceforge.net incoming geoqo-0.4.zip geoqo-0.4
- add release files using admin interface
- Advertise:
- send note to geoqo-users AT AT lists.sourceforge.net
- sourceforge news system
- web site auto updated
- freshmeat.net
- topic on #geoqo