added some more points and explained how to tag a release

svn path=/trunk/; revision=23285
This commit is contained in:
Sven Neumann 2007-08-15 22:44:51 +00:00
parent 3224e65745
commit aed31d09f9
1 changed files with 10 additions and 0 deletions

View File

@ -15,8 +15,12 @@
( ) Check that the version number is correct in configure.in
( ) Run 'make maintainer-clean -k'
( ) Run ./autogen.sh --enable-gtk-doc
( ) Revert po/Makefile.in.in to the state in SVN.
( ) Do a complete build of the source tree.
( ) Check if README or INSTALL need to be updated.
@ -42,6 +46,12 @@
by running 'make dist'.
( ) Tag the release.
- For a release from trunk:
svn cp svn+ssh://svn.gnome.org/svn/gimp/trunk \
svn+ssh://svn.gnome.org/svn/gimp/tags/GIMP_2_x_y
- For a release from a branch
svn cp svn+ssh://svn.gnome.org/svn/gimp/branches/gimp_2_x
svn+ssh://svn.gnome.org/svn/gimp/tags/GIMP_2_x_y
( ) Move the tarball and the .md5 file to its final destination in the
FTP area (/home/ftp/pub/gimp/v2.x).