[geos-commits] [SCM] GEOS branch 3.13 updated. 7ca307642e67b4dba8151b4a772d6ee412508a3c

git at osgeo.org git at osgeo.org
Mon Mar 3 10:08:46 PST 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 "GEOS".

The branch, 3.13 has been updated
       via  7ca307642e67b4dba8151b4a772d6ee412508a3c (commit)
      from  431568d6e311e0bbfb057b4ec3d44d0d3ba3335f (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 7ca307642e67b4dba8151b4a772d6ee412508a3c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Mar 3 10:08:23 2025 -0800

    Update release GHA based on warnings

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0cd89dd4e..a268cef6a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -46,14 +46,14 @@ jobs:
         source Version.txt
         GEOS_FULL_VERSION=${GEOS_VERSION_MAJOR}.${GEOS_VERSION_MINOR}.${GEOS_VERSION_PATCH}${GEOS_PATCH_WORD}
         echo GEOS_FULL_VERSION $GEOS_FULL_VERSION
-        echo "::set-output name=geosversion::${GEOS_FULL_VERSION}"
+        echo "geosversion=${GEOS_FULL_VERSION}" >> $GITHUB_STATE
 
     - name: 'Create Release Notes'
       id: notes
       run: |
         pwd
         perl tools/ci/releasenotes.pl NEWS.md > release.md
-        echo "::set-output name=geosnotes::./release.md"
+        echo "geosnotes=./release.md" >> $GITHUB_STATE
 
     - name: 'Bundle & Check Package'
       id: bundle

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

Summary of changes:
 .github/workflows/release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list