diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-05-17 19:36:25 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-05-17 19:36:25 +0200 |
| commit | 5fbcc3a7319de8c4a49dab0246715a25cb1b8a7d (patch) | |
| tree | 4720d880b205b596ff0135e1be8899c44e12d275 /HOWTO-RELEASE | |
| parent | aee1709d6c02f466b88ea0aa44928e6820f45045 (diff) | |
| download | PROJ-5fbcc3a7319de8c4a49dab0246715a25cb1b8a7d.tar.gz PROJ-5fbcc3a7319de8c4a49dab0246715a25cb1b8a7d.zip | |
HOWTO-RELEASE: mention updating PROJ_DATA.VERSION
Diffstat (limited to 'HOWTO-RELEASE')
| -rw-r--r-- | HOWTO-RELEASE | 17 |
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 |
