Release Steps
From Geoqo
Steps used to release a new version. You know, in case I fall off a cliff while geocaching:
- Setup:
- Change the Template:VER wiki page to the new version number
- change version numbers in the files
- dist/version 0.6
- run dist/testcode to check for syntax issues
- ensure makedocs and geodb/html/Makefile contains proper list of module names
- perl makedocs will update the geoqo docs and print any potentially missing modules
- 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
- 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-1.11
- tar czf geoqo-1.11.tar.gz geoqo-1.11
- zip -r geoqo-1.11.zip geoqo-1.11
- ncftpput upload.sourceforge.net incoming geoqo-1.11.zip geoqo-1.11.tar.gz
- 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