[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-773-g047c4a9ab
git at osgeo.org
git at osgeo.org
Wed Apr 20 21:12:12 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, master has been updated
via 047c4a9ab8adbbe4462c114594ddbb2aa20e477d (commit)
from a886635de9f696800cbfb0d29783f71f055fdc38 (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 047c4a9ab8adbbe4462c114594ddbb2aa20e477d
Author: Regina Obe <lr at pcorp.us>
Date: Thu Apr 21 00:09:25 2022 -0400
[skip ci]
Update upgrade links to include 2.5.6, 2.5.7dev, 3.2.1, 3.2.2dev
Update How to release docs to reflect change of workflow
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index c64f00b1b..c5b141430 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,6 +1,6 @@
How to release
~~~~~~~~~~~~~~
-Date: 2021-11-18
+Date: 2022-04-21
Versioning Scheme
-----------------
@@ -128,12 +128,13 @@ Release procedure
Verify the documentation is up to date (might need to change the apache config)
- Post on website:
- - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/master/_content/config.yml
+ - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/config/_default/params.toml#L132
Fix latest version pointers.
- - https://git.osgeo.org/gitea/postgis/postgis.net/src/master/_content/posts
+ - https://git.osgeo.org/gitea/postgis/postgis.net/src/branch/website/content/post
a) create a new Post for current year making sure the page name starts with mm-dd
- b) Update links on https://git.osgeo.org/gitea/postgis/postgis.net/src/master/_content/pages/source.html
- c) commit and wait 5 minutes to see changes on website
+ Since hugo move, the mm-dd isn't absolutely necessary anymore
+ as it uses the slug or title and date to determine the permalink. But for now lets keep the same convention.
+ b) commit and wait 5 minutes to see changes on website
6. Spread the word
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 3c16e2536..86b80c005 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -54,7 +54,8 @@ UPGRADEABLE_VERSIONS = \
2.5.3 \
2.5.4 \
2.5.5 \
- 2.5.6dev \
+ 2.5.6 \
+ 2.5.7dev \
3.0.0 \
3.0.1 \
3.0.2 \
@@ -69,4 +70,5 @@ UPGRADEABLE_VERSIONS = \
3.1.5 \
3.1.6dev \
3.2.0 \
- 3.2.1dev
+ 3.2.1 \
+ 3.2.2dev
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 11 ++++++-----
extensions/upgradeable_versions.mk | 6 ++++--
2 files changed, 10 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list