Author: pekka.klarck
Date: Mon Mar 23 09:38:51 2009
New Revision: 1490
Modified:
wiki/Releasing.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Releasing.wiki
==============================================================================
--- wiki/Releasing.wiki (original)
+++ wiki/Releasing.wiki Mon Mar 23 09:38:51 2009
@@ -7,7 +7,7 @@
== Tag Release and Create Source Packages ==
-Following shell commands create new tag and most of the needed packages:
+Following shell commands create new tag and most of the needed packages.
It is safer to copy-paste and run them one-by-one than to automate the
whole procedure.
{{{
version=x.y.z
@@ -27,10 +27,13 @@
== Create Windows Installer ==
-Windows installer needs to be created separately on a Windows machine with
command:
+Windows installer needs to be created separately on a Windows machine with
commands:
{{{
-./package.py wininst keep
+set version=x.y.x
+svn checkout
https://robotframework.googlecode.com/svn/tags/robotframework-%version%
+cd robotframework-%version%
+python package.py wininst keep
}}}
== Upload Packages ==
@@ -40,14 +43,14 @@
* Source distribution (_Featured_, _Type-Source_)
* Windows installer (_Featured_, _Type-Installer_, _OS-Windows_)
* User Guide (_Featured_, _Type-Docs_)
- * Quick Start Guide (_Featured_, _Type-Docs_) if it has been updated
+ * Quick Start Guide if it has been updated (_Featured_, _Type-Docs_)
Remember also to remove _Featured_ label from the previous release and
possibly add _Deprecated_ to older ones.
= Update Wiki =
-It is easiest to edit *.wiki files locally and commit them. Some scripts
that help modifying wiki pages are available in `svn/wiki/tools`.
+It is easier to edit wiki files locally and commit them than to use web
access. Some scripts that help modifying wiki pages are available in
`svn/wiki/tools`. Remember to use `svn diff` before commits and check that
pages are rendered correctly on browser afterwards.
== Release Notes ==
@@ -59,7 +62,7 @@
== User Guide, Library and Tool Pages ==
-Library and tool pages as well as User Guide page needs to be updated
between releases. With major releases that can be done using
`release_update.py`, and with minor releases it is normally enough to use
`sed` e.g. like:
+Library and tool wiki pages as well as User Guide page needs to be updated
between releases. With major releases that can be done using
`release_update.py`, and with minor releases it is normally enough to use
`sed` e.g. like:
{{{
sed -i 's/2.1/2.1.1/g' *Tool.wiki