Open main menu

Gramps β

Changes

What to do for a release

413 bytes added, 16:38, 18 October 2007
m
Making the release available: create the svn copy
==Making the release available==
* note the names of [[previous releases]]
* edit configure.in; update the following lines:
dnl RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=0rc1
RELEASE=1
* note the svn commit revision number
* create a tag in svn for the release:
svn copy -r ### https://gramps.svn.sourceforge.net/svnroot/gramps/branches/gramps22 \
https://gramps.svn.sourceforge.net/svnroot/gramps/tags/gramps-2.2.x \
-m "tag 2.2.x"
* run the following command:
make distcheck
* upload the tarball by anonymous ftp to ftp://upload.sourceforge.net/incoming/
* access the Sourceforge "admin" tab at http://sourceforge.net/projects/gramps/