[SCM] PostGIS branch master updated. 3.6.0alpha1-1-gad5f67266

git at osgeo.org git at osgeo.org
Sat May 17 18:15:52 PDT 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  ad5f672665fe2fdb87fd5c8132f879ec154fd7bc (commit)
      from  9d8f54a6351e0d7ddac165378670fa9325b2523b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad5f672665fe2fdb87fd5c8132f879ec154fd7bc
Author: Regina Obe <lr at pcorp.us>
Date:   Sat May 17 21:15:44 2025 -0400

    Flip to next milestone, force doc prepare to always run

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 28ce806dc..776cbd619 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -33,7 +33,7 @@ steps:
       - make postgis_revision.h
       - xmllint --version
     when:
-        - event: push
+        - event: [tag, pull_request, push]
           path: *when_path_full
 
   check-xml:
diff --git a/NEWS b/NEWS
index 3c2d589e9..dcc53e03d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.6.0alpha1
-2025/05/16
+PostGIS 3.6.0dev
+xxxx/xx/xxx
 
 This version requires PostgreSQL 12-18beta1, GEOS 3.8 or higher, and Proj 6.1+.
 To take advantage of all features, GEOS 3.12+ is needed.
diff --git a/Version.config b/Version.config
index 2d5a98a5f..cf6d63e9f 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=0alpha1
+POSTGIS_MICRO_VERSION=0dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 2063c74a9..d6abf266f 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -112,4 +112,4 @@ UPGRADEABLE_VERSIONS = \
 	3.5.1 \
 	3.5.2 \
 	3.5.3 \
-	3.6.0dev
+	3.6.0alpha1

-----------------------------------------------------------------------

Summary of changes:
 .woodpecker/docs.yml               | 2 +-
 NEWS                               | 4 ++--
 Version.config                     | 2 +-
 extensions/upgradeable_versions.mk | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list