aboutsummaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-05-01 10:40:44 +0200
committerKristian Evers <kristianevers@gmail.com>2020-05-01 10:40:44 +0200
commit9a1a00b3c09d1c076a53263af588cdb26f987677 (patch)
tree3820d653a9f0e766cf413a224a519d5e735e2544 /HOWTO-RELEASE
parente8a1a52098b9adac55dda71d1e10ac5a64bcec7e (diff)
downloadPROJ-9a1a00b3c09d1c076a53263af588cdb26f987677.tar.gz
PROJ-9a1a00b3c09d1c076a53263af588cdb26f987677.zip
Add a few notes to HOWTORELEASE
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE8
1 files changed, 8 insertions, 0 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index a9a17e69..67e80622 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -176,10 +176,18 @@ See step 1.6 above. Do not rename the archives with RC postfixes.
------------------------------------------------------------------------------
- Add the release notes from `NEWS` to `docs/source/news.rst`
+
+ These vim substitutions are helpfull when converting NEWS to rst:
+
+ :!(\#(\d\{4}\))!(`\#\1 <https://github.com/OSGeo/issues/\1>`_)!
+ :s/^o/*/
+
- Update download links in `docs/source/download.rst`
- Update `$TRAVIS_BRANCH` in `travis\after_success.sh` to new maintenance
branch.
+
+
*Commit the changes to master and cherry-pick into maintenance branch.*
When pushed upstream the website will be update to the current version.