aboutsummaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-05-18 11:15:32 +0200
committerGitHub <noreply@github.com>2021-05-18 11:15:32 +0200
commitabf680353d1e7088c8751eea5a429ca1ffd22303 (patch)
tree4720d880b205b596ff0135e1be8899c44e12d275 /HOWTO-RELEASE
parent5fe51fad2c0e5d8ff880b3c7f5c652be8a680381 (diff)
parent5fbcc3a7319de8c4a49dab0246715a25cb1b8a7d (diff)
downloadPROJ-abf680353d1e7088c8751eea5a429ca1ffd22303.tar.gz
PROJ-abf680353d1e7088c8751eea5a429ca1ffd22303.zip
Merge pull request #2725 from rouault/projsync_version_filtering
projsync: make it filter out files not intended for the current version
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE17
1 files changed, 13 insertions, 4 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index 9ac63a0f..cf3565c2 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -99,7 +99,16 @@ If needed, update the year in `CITATION`.
*Commit the changes to master.*
-1.5 Create maintenance branch
+1.5 Update `PROJ_DATA.VERSION`
+-------------------------------------------------------------------------------
+
+If the database references data from an updated PROJ-data package, update
+`PROJ_DATA.VERSION` in `data/sql/metadata.sql`.
+
+*Commit the changes to master.*
+
+
+1.6 Create maintenance branch
-------------------------------------------------------------------------------
*Skip this step if you are preparing a patch release or RC2 and later.*
@@ -117,7 +126,7 @@ subsequently cherry-picked to the maintenance branch.
*Push branch upstream.*
-1.6 Prepare and upload archives
+1.7 Prepare and upload archives
-------------------------------------------------------------------------------
Run autoconf and configure the build:
@@ -148,13 +157,13 @@ scp proj-x.y.zRCn.* warmerdam@download.osgeo.org:/osgeo/download/proj
Adjust version numbers and usernames accordingly.
-1.7 Announce the release candidate
+1.8 Announce the release candidate
-------------------------------------------------------------------------------
Announce the release candidate on the PROJ mailing list.
-1.8 Promotion to final release
+1.9 Promotion to final release
-------------------------------------------------------------------------------
When you are confident that the latest release candidate is ready for promotion