[geos-commits] [SCM] GEOS branch main updated. 56b5d56d6948f91b5ddb253b04becbd072b2fcbc

git at osgeo.org git at osgeo.org
Fri Oct 1 09:56:11 PDT 2021


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  56b5d56d6948f91b5ddb253b04becbd072b2fcbc (commit)
      from  75cb982535b845a613e4050eda1f970662510554 (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 56b5d56d6948f91b5ddb253b04becbd072b2fcbc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Oct 1 09:56:07 2021 -0700

    More details in release instructions

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 97e90a4..704c910 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -13,10 +13,12 @@
 
    $ mkdir _build && cd _build && cmake -DBUILD_DOCUMENTATION=YES ..
 
-3. Run the distcheck target and docs targets, fix any problem with them.
+3. Run the build, distcheck, docs targets, fix any problems with them.
 
+   $ cmake --build .
+   $ cmake --build . --target docs
+   $ ctest --output-on-failure .
    $ cmake --build . --target distcheck
-   # cmake --build . --target docs
 
 4. Update the NEWS file (extract most important things from the
    repository log). Make sure to update the release date.
@@ -31,7 +33,9 @@
 
    $ tar xvfz geos-VERSION.tar.bz2
    $ cd geos-VERSION
-   $ mkdir _build && cd _build && cmake .. && make && make check
+   $ mkdir _build && cd _build && cmake ..
+   $ cmake --build .
+   $ ctest --output-on-failure .
 
 8. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 

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

Summary of changes:
 HOWTO_RELEASE | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list