]> granicus.if.org Git - postgis/commitdiff
More updates
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 15 Jun 2009 17:48:27 +0000 (17:48 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 15 Jun 2009 17:48:27 +0000 (17:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4173 b70326c6-7e19-0410-871a-916f4a2858ee

HOWTO_RELEASE

index 8525eaead6fbe2cc188a268c2d4022180560f34f..518c8c93106cb5df108cc309680801218f9b026e 100644 (file)
@@ -1,6 +1,6 @@
 How to release
 ~~~~~~~~~~~~~~
-  Date: 2006-12-15
+  Date: 2009-06-15
 
 Versioning Scheme
 -----------------
@@ -21,19 +21,27 @@ to work or rather *HIGHLY RECOMMENDED* to get new functionalities.
 Release procedure
 -----------------
 
-1) Update Version.config as specified in Versioning Scheme above.
-2) Add a "release mark" in ChangeLog (search for '---' at the start
-   of a line to see how it looks like)
-3) Edit NEWS: set release date and check all notable changes are
+1) Re-generate the ChangeLog using svn2cl.
+2) Edit NEWS: set release date and check all notable changes are
    been reported (extract from ChangeLog).
-4) Edit README.postgis and set release date and version.
-5) Add release notes in doc/release_notes.xml
-6) Commit all your changes
-7) Tag the release:
-   $ base=http://svn.refractions.net/postgis/
-   $ rel=MAJ.MIN.MIC
-   $ svn copy -m "Tagged release $rel" $base/trunk $base/tags/$rel
-8) Run: sh make_dist.sh MAJ.MIN.MIC
-9) Publish
-10) Announce 
+3) Edit README.postgis and set release date and version.
+4) Add release notes in doc/release_notes.xml
+5) Commit all your changes
+6) Tag trunk:  
+   svn copy http://svn.osgeo.org/postgis/trunk http://svn.osgeo.org/postgis/tags/x.x.x
+7) Checkout tag:
+   svn checkout http://svn.osgeo.org/postgis/tags/x.x.x
+8) Update Version.config as specified in Versioning Scheme above.
+9) Commit your version number change to the tag.
+10) Run: sh make_dist.sh x.x.x
+11) Copy tarball to web site and edit downloads page
+12) Announce on e-mail 
+    - postgis-users
+    - postgis-devel
+    - pgsql-announce
+    - osgeo-discuss
+13) Update web sites
+    - PostGIS News
+    - Freshmeat
+    - Wikipedia