update release howto and update version in build.xml to 0.95.1
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@550 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
a254b2df97
commit
1f8c69581e
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
-->
|
-->
|
||||||
<property file="build.properties" />
|
<property file="build.properties" />
|
||||||
|
|
||||||
<property name="version" value="0.95" />
|
<property name="version" value="0.95.1" />
|
||||||
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
|
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
|
||||||
<property name="distfile" value="dist/${zipfile}" />
|
<property name="distfile" value="dist/${zipfile}" />
|
||||||
<property name="sfproject" value="SemanticScuttle" />
|
<property name="sfproject" value="SemanticScuttle" />
|
||||||
|
|
|
@ -4,6 +4,7 @@ How to release a new version of SemanticScuttle
|
||||||
0. Run unit tests and verify that all of them pass
|
0. Run unit tests and verify that all of them pass
|
||||||
1. Update doc/ChangeLog
|
1. Update doc/ChangeLog
|
||||||
2. Update version in data/templates/about.tpl.php
|
2. Update version in data/templates/about.tpl.php
|
||||||
|
and build.xml
|
||||||
3. Create a release zip file via the build script:
|
3. Create a release zip file via the build script:
|
||||||
Just type "phing".
|
Just type "phing".
|
||||||
4. Make a test installation from your zip file with a fresh
|
4. Make a test installation from your zip file with a fresh
|
||||||
|
|
Loading…
Reference in a new issue