[geos-commits] [SCM] GEOS branch main updated. 158d790fe9fa1d94a99cdf356746d46484f08946

git at osgeo.org git at osgeo.org
Fri Sep 6 11:56:07 PDT 2024


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 "GEOS".

The branch, main has been updated
       via  158d790fe9fa1d94a99cdf356746d46484f08946 (commit)
      from  e5433cd0d85437aa5700b2a5151e0367dd935c31 (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 158d790fe9fa1d94a99cdf356746d46484f08946
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Sep 6 11:55:47 2024 -0700

    Update release directions

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index e2286c5ab..347c347f6 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -22,7 +22,7 @@
    $ cmake --build . --target distcheck
 
 4. Update the NEWS file (extract most important things from the repository log).
-Make sure to update the release date.
+   Make sure to update the release date.
 
 5. Commit the changes in the NEWS file.
 
@@ -44,9 +44,16 @@ Make sure to update the release date.
 
 8. Copy the tar.bz2 file to upload.osgeo.org:/osgeo/download/geos
 
-9. Create and push a release branch if this was a PATCH=0 release,
-    update the versions for next release in Version.txt (both in
-    main and release branch if this was a PATCH=0 release).
+9. If this a PATCH=0 release.
+
+   - Create a new stable branch.
+   - Update the versions for next release in Version.txt for both
+     the main and stable branch.
+      - In stable branch, bump the CAPI_INTERFACE_REVISION to 1
+      - In main branch, bump CAPI_INTERFACE_CURRENT and CAPI_INTERFACE_AGE
+        and set CAPI_INTERFACE_REVISION to 0
+   - Remove the web/ directory from the stable branch, the web site
+     is only built from the main branch.
 
 10. Update download page of main branch: web/content/usage/download.md
 
@@ -54,6 +61,7 @@ Make sure to update the release date.
     - Remove previous patch level release (if any)
 
 11. If this is the latest stable tag release, update the: web/config.toml
+
     - Change the current_release variable to this tag release
  
 12. Close current GitHub milestone and add a new one for next release.

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

Summary of changes:
 HOWTO_RELEASE | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list