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
|
2011-07-21 20:28:42 +00:00
|
|
|
1. Update ``doc/ChangeLog``
|
|
|
|
2. Update ``doc/UPGRADE.txt``
|
2011-08-01 19:53:00 +00:00
|
|
|
3. Update version in ``data/templates/default/about.tpl.php``,
|
2011-07-21 20:28:42 +00:00
|
|
|
``build.xml`` and ``doc/README.rst``
|
2010-06-09 06:05:48 +00:00
|
|
|
4. Create a release zip file via the build script:
|
2011-07-21 20:28:42 +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.
|
2011-07-21 20:28:42 +00:00
|
|
|
Run "``phing release``", and it will upload the release to
|
2009-11-14 10:24:08 +00:00
|
|
|
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
|
|
|
|