[geos-commits] [SCM] GEOS branch master updated. ec60d5db68194cbc2f026c0cb0b06653a5dc64f3

git at osgeo.org git at osgeo.org
Fri Sep 27 15:49:53 PDT 2019


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, master has been updated
       via  ec60d5db68194cbc2f026c0cb0b06653a5dc64f3 (commit)
      from  ce5a7248a1eda88c33d0e7ab50c37efd6b1570de (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 ec60d5db68194cbc2f026c0cb0b06653a5dc64f3
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Sep 27 15:49:40 2019 -0700

    Put tag step after verify step

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index a94f044..116f5ae 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -20,18 +20,18 @@
 
 4. Commit the changes in the NEWS file.
 
-5. Tag the release:
+5. Run 'make dist-bzip2'.
 
-   $ git tag MAJOR.MINOR.PATCH
-   $ git push --follow-tags
+   $ ./autogen.sh && ./configure && make dist-bzip2
 
-6. Run 'make dist-bzip2'.
+6. Verify that you can un-pack and build the tarball.
 
-   $ ./autogen.sh && ./configure && make dist-bzip2
+7. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
 
-7. Verify that you can un-pack and build the tarball.
+8. Tag the release:
 
-8. Copy the tarball to upload.osgeo.org:/osgeo/download/geos
+   $ git tag MAJOR.MINOR.PATCH
+   $ git push --follow-tags
 
 9. Increment all the version numbers for the next release (described in 1 above).
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list