[postgis-tickets] r16301 - more clearifying notes on HOWTO_RELEASE

Regina Obe lr at pcorp.us
Mon Jan 15 12:47:31 PST 2018


Author: robe
Date: 2018-01-15 12:47:31 -0800 (Mon, 15 Jan 2018)
New Revision: 16301

Modified:
   branches/2.4/HOWTO_RELEASE
   branches/2.4/Version.config
Log:
more clearifying notes on HOWTO_RELEASE 
change version to 2.4.3 in prep for tagging tomorrow or Wednesday.

Modified: branches/2.4/HOWTO_RELEASE
===================================================================
--- branches/2.4/HOWTO_RELEASE	2018-01-15 02:19:08 UTC (rev 16300)
+++ branches/2.4/HOWTO_RELEASE	2018-01-15 20:47:31 UTC (rev 16301)
@@ -77,7 +77,6 @@
 	   a) Replace PostGIS_* string params with new version
 	   b) Replace repository url with new branch repo url
 	   c) Update the PostGIS_trunk by updating the PostGIS_* string params
-	   d) create a new tagged branch job from latest tagged (and repeat a, b for this new tagged)
 
 	   Go to: ​https://trac.osgeo.org/postgis/ edit the matrix to reflect new branch
 
@@ -87,8 +86,10 @@
    $ rev=x.x.x
    $ svn copy -m "Tagged release $rev" $base/branches/$brev $base/tags/$rev
 - Run: sh make_dist.sh $rev (note, debbie should have already done this,
-      and the file will be waiting in postgis.net/stuff)
+      and the file will be waiting in postgis.net/stuff.  You might need to wait a few minutes to see it.)
+      If impatient check status of job - https://debbie.postgis.net/job/PostGIS_Make_Dist/
 - Documentation should also have been built and should be in postgis.net/stuff
+  (this sometimes takes sometime so wait 15 minutes)
 - Test generated tarball (including extension upgrade)
 - Copy tarball, pdf, doc-html.. to http://download.osgeo.org/postgis/ web site and edit postgis.net/source page
 - Announce on e-mail

Modified: branches/2.4/Version.config
===================================================================
--- branches/2.4/Version.config	2018-01-15 02:19:08 UTC (rev 16300)
+++ branches/2.4/Version.config	2018-01-15 20:47:31 UTC (rev 16301)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=3rc2
+POSTGIS_MICRO_VERSION=3
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION



More information about the postgis-tickets mailing list