[postgis-tickets] [SCM] PostGIS branch stable-3.3 created. 3.3.0rc2-1-ge7a48549a

git at osgeo.org git at osgeo.org
Mon Aug 22 09:17:35 PDT 2022


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, stable-3.3 has been created
        at  e7a48549ac9dae30ad3d55ed3a8e4c3cb220c94b (commit)

- Log -----------------------------------------------------------------
commit e7a48549ac9dae30ad3d55ed3a8e4c3cb220c94b
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 22 12:16:06 2022 -0400

    Fix branch creation to be our new standard stable-3.3.0rc2

diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 9c313b857..368052ce5 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -94,7 +94,7 @@ Release procedure
   - Commit all changes
   - If this is a minor or major release (no branch exists):
 	   $ rev=x.x
-	   $ git checkout master; git checkout -b "$rev"; git push -u osgeo $rev
+	   $ git checkout master; git checkout -b "stable-$rev"; git push -u osgeo stable-$rev
 
 	   Go to: https://debbie.postgis.net and copy last branch version and make new job
 	   a) Replace PostGIS_* string params with new version

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list