Actions
Prepare bug tracker¶
- Create new "next" version
 - Move all remaining bugs/features you won't fix to the new version (perhaps disable email notifications in admin settings for this?)
 
Prepare tar balls + checksums + Changes + Downloadlinks¶
See attached file.
Release¶
- Update 
NEWSto include current date and commit:
git commit NEWS -m 'Release 1.6.xxx'
 - Tag git commit:
git tag -s -m 'spawn-fcgi 1.6.xxx' spawn-fcgi-1.6.xxx
 - Push commits and tags
 - Announce on:
 - Add wiki page Release-1.6.xxx (link it in the redmine version and the wiki frontpage)
 - Update sources for next version: '- next is 1.6.XXX'
	
- configure.ac
 - CMakeLists.txt
 - NEWS
 
 
Updated by stbuehler about 6 years ago ยท 7 revisions