cpp_photon/RELEASE-HOWTO.txt

32 lines
1.1 KiB
Plaintext
Raw Normal View History

2005-08-17 06:35:54 +00:00
Process:
human: bump version numbers*
script: checkout fresh CVS
script: check building of library & tests
script: check building of docs
human: sanity check tests
human: sanity check docs
human: check building on Windows
2005-08-17 17:39:49 +00:00
script: tag CVS with version number `cvs rtag release-MAJOR_MINOR_RELEASE photon`
script: fresh CVS export `cvs -z3 -d:ext:cozman@cvs.sourceforge.net:/cvsroot/photon export -r release-MAJOR_MINOR_RELEASE photon`
2005-08-17 06:35:54 +00:00
script: build docs with `scons docs`
script: remove non-distribution files**
script: rename directory to photon-MAJOR.MINOR
script: package source with tar cjf photon-MAJOR.MINOR.RELEASE-src.tar.bz2 photon-MAJOR.MINOR/
human: place in sourceforge File Release System
script: upload docs to sourceforge webspace
human: write release announcement
*Version Number Locations:
2005-08-08 08:05:38 +00:00
ndoc/Menu.txt : Title
src/Application.cpp : photonVer_
CHANGELOG.txt
photon.mm
2005-08-17 06:35:54 +00:00
CVS Tag
**Non-Distribution Files:
photon/.cvsignore
photon/docs/.cvsignore
2005-08-17 17:39:49 +00:00
photon/ndoc/
2005-08-17 06:35:54 +00:00
2005-08-17 17:39:49 +00:00
$Id: RELEASE-HOWTO.txt,v 1.5 2005/08/17 17:39:49 cozman Exp $