1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
How to release PyCXX
--------------------
0. Update CXX/Version.hxx with the releases version number
Update README.html, PyCXX-Release-Notes.txt
and SourceForge/index.html with change log info
1. Tag the source using tag_pycxx.py (depends on pysvn).
2. Create the source kit using make_src_kit.py
3. Add new File release on sourceforge.
1. http://sourceforge.net/projects/cxx/
3. Select File
4. Create New Folder
5. Name the Folder PyCXX V<maj>.<min>.<patch> e.g. PyCXX V6.1.1
7. Upload the source kit and its PyCXX-Release-Notes-readme.txt (as README.txt)
9. Click on the source kit (i) icon and choose Select All platforms
4. Add news about release
1. Click Develop
2. From Develop Menu choose News
3. Add news with release note info - may be need to make it a bigger advert?
4. Click Submit to slashdot and Submit
5. Email CXX mailing lists
6. Update docs on the PyCXX homepage
1. cd SourceForge
2. ./deploy.sh
|