Code

- fix case where action isn't present in form, e.g., for xmlrpc
[roundup.git] / BUILD.txt
index b38738ef4f7184639015a0cd9823455763432fee..029e46ef566fd9897c0a4ebaea7a03d9637d5ea4 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -26,10 +26,16 @@ Building and distributing a release of Roundup is done by running:
      command)
 10. Unpack the new dist file in /tmp then a) run_test.py and b) demo.py
     with all available Python versions.
+11. Assuming all is well tag the release in SVN::
+
+      svn cp https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/trunk \
+      https://roundup.svn.sourceforge.net/svnroot/roundup/roundup/tags/release-1.4.12
+
 11. python setup.py bdist_rpm
 12. python setup.py bdist_wininst
 13. Send doc/announcement.txt to python-announce@python.org and
-    roundup-users@lists.sourceforge.net
+    roundup-users@lists.sourceforge.net and
+    roundup-devel@lists.sourceforge.net
 
 So, those commands in a nice, cut'n'pasteable form::