|
From: <jd...@us...> - 2008-12-15 14:58:08
|
Revision: 6612
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6612&view=rev
Author: jdh2358
Date: 2008-12-15 14:58:02 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
updates to release guide
Modified Paths:
--------------
trunk/matplotlib/doc/devel/release_guide.rst
Modified: trunk/matplotlib/doc/devel/release_guide.rst
===================================================================
--- trunk/matplotlib/doc/devel/release_guide.rst 2008-12-15 14:53:30 UTC (rev 6611)
+++ trunk/matplotlib/doc/devel/release_guide.rst 2008-12-15 14:58:02 UTC (rev 6612)
@@ -49,6 +49,7 @@
Packaging
=========
+
* Make sure the :file:`MANIFEST.in` us up to date and remove
:file:`MANIFEST` so it will be rebuilt by MANIFEST.in
@@ -68,11 +69,9 @@
* on windows, unix2dos the rc file
-* make a branch of the svn revision that is released, in case we need
- to do a bug fix release. Eg, from the top level of the mpl svn
- tree, the one which has "branches", "tags" and "trunk", do::
+* We have a Makefile for the OS X builds in the mpl source dir
+ :file:`release/osx`, so use this to prepare the OS X releases.
- > svn copy trunk/matplotlib branches/v0_98_4_maint
.. _release-candidate-testing:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|