update release howto
This commit is contained in:
parent
4c9560cf67
commit
062fe09d43
1 changed files with 15 additions and 6 deletions
|
@ -14,9 +14,18 @@ How to release a new version of SemanticScuttle
|
||||||
The build script takes care for most of the
|
The build script takes care for most of the
|
||||||
tasks.
|
tasks.
|
||||||
Run "``phing release``", and it will upload the release to
|
Run "``phing release``", and it will upload the release to
|
||||||
sourceforge and create a svn tag.
|
sourceforge.
|
||||||
7. Write announcement mail to the SemanticScuttle mailing list
|
7. Create a git tag and push it
|
||||||
semanticscuttle-devel@lists.sourceforge.net
|
8. Create the PEAR package and test it:
|
||||||
8. Announce the new release in the sourceforge project news
|
Run ``phing package``, then
|
||||||
https://sourceforge.net/apps/trac/sourceforge/wiki/News
|
``pear upgrade dist/pear/SemanticScuttle-0.xx.tgz``
|
||||||
|
9. Publish the PEAR package: ``phing deploy-sf-pear``
|
||||||
|
10. Publish the documentation: ``phing deploy-docs``
|
||||||
|
11. Write announcement mail to the SemanticScuttle mailing list
|
||||||
|
semanticscuttle-devel@lists.sourceforge.net
|
||||||
|
12. Announce the new release in the sourceforge project news
|
||||||
|
https://sourceforge.net/news/submit.php?group_id=211356
|
||||||
|
Help about the process is available in
|
||||||
|
https://sourceforge.net/apps/trac/sourceforge/wiki/News
|
||||||
|
13. Set the default file in
|
||||||
|
https://sourceforge.net/projects/semanticscuttle/files/SemanticScuttle/
|
||||||
|
|
Loading…
Reference in a new issue