From: Sandro Santilli Date: Wed, 6 Jan 2016 15:16:26 +0000 (+0000) Subject: Reword the upgradeable_extensions.mk steps X-Git-Tag: 2.3.0beta1~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87897190669c500cd3003d391eafef404d97308a;p=postgis Reword the upgradeable_extensions.mk steps git-svn-id: http://svn.osgeo.org/postgis/trunk@14577 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 46d4a2289..57e9405d0 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -63,6 +63,8 @@ Release procedure - Edit README.postgis and set release date and version. - Add release notes in doc/release_notes.xml - Update Version.config to drop the "dev" suffix +- Add the "dev" suffixed version in extensions/upgradeable_versions.mk + and ensure all the previous released minor versions are listed in it - Commit all changes - Tag branch: $ base=http://svn.osgeo.org/postgis/ @@ -92,7 +94,4 @@ Release procedure - Twitter (we all love twitter don't we) - Update Trac and make old Milestone as completed - Push the revision number forward (see Versioning Scheme) -- Ensure all the previous released minor versions are listed in - extension/upgradeable_versions.mk including the one you just released - - +- Remove the "dev" suffixed version from extensions/upgradeable_versions.mk