updated release protocol

This commit is contained in:
nojhan 2011-05-10 23:08:23 +02:00
commit 23043a0b56
3 changed files with 18 additions and 18 deletions

View file

@ -1,19 +1,13 @@
In order to create a new release from the current cvs sources perform the
In order to create a new release from the current repository, perform the
following steps:
- Set version number in configure.in and doc/eo.cfg
- Create a branch named "eo_x.y.z"
- Set version number in eo-conf.cmake
- Check/update NEWS file, set release date and version in NEWS.
- Run `make check && make dist`
- Test distribution (unpack, configure, make check)
- Tag released code in cvs, in order to allow a branch to be created at that
version if the necessity will arise later
- Put distribution files at SourceForge
- use the "archive_current.sh" script to create the source archive
- Build the packages
- Put source archive and packages files at SourceForge
- Post news on SourceForge project-page
- Send announcement to mailing lists
- Bump version number to next x.y.z-cvs in configure.in and doc/eo.cfg
- Bump version number to next "x.y.z-edge" in eo-conf.cmake
# Local Variables:
# coding: iso-8859-1
# mode: text
# fill-column: 80
# End: