2009-10-30 17:54:42 +00:00
|
|
|
How to release a new version of SemanticScuttle
|
|
|
|
===============================================
|
|
|
|
|
|
|
|
0. Run unit tests and verify that all of them pass
|
|
|
|
1. Update doc/ChangeLog
|
2010-06-09 06:05:48 +00:00
|
|
|
2. Update doc/UPGRADE.txt
|
2010-08-12 19:08:50 +00:00
|
|
|
3. Update version in data/templates/about.tpl.php,
|
|
|
|
build.xml and doc/README.txt
|
2010-06-09 06:05:48 +00:00
|
|
|
4. Create a release zip file via the build script:
|
2009-11-14 10:24:08 +00:00
|
|
|
Just type "phing".
|
2010-06-09 06:05:48 +00:00
|
|
|
5. Make a test installation from your zip file with a fresh
|
2009-11-14 10:24:08 +00:00
|
|
|
database. Register a user, add bookmarks etc.
|
2010-06-09 06:05:48 +00:00
|
|
|
6. When all is fine, it's time to release.
|
2009-11-14 10:24:08 +00:00
|
|
|
The build script takes care for most of the
|
|
|
|
tasks.
|
|
|
|
Run "phing release", and it will upload the release to
|
|
|
|
sourceforge and create a svn tag.
|
2010-06-09 06:05:48 +00:00
|
|
|
7. Write announcement mail to the SemanticScuttle mailing list
|
2009-10-30 17:54:42 +00:00
|
|
|
semanticscuttle-devel@lists.sourceforge.net
|
2010-06-09 06:05:48 +00:00
|
|
|
8. Announce the new release in the sourceforge project news
|
2009-11-14 10:24:08 +00:00
|
|
|
https://sourceforge.net/apps/trac/sourceforge/wiki/News
|
2009-10-30 17:54:42 +00:00
|
|
|
|