diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-05-01 10:40:44 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-05-01 10:40:44 +0200 |
| commit | 9a1a00b3c09d1c076a53263af588cdb26f987677 (patch) | |
| tree | 3820d653a9f0e766cf413a224a519d5e735e2544 /HOWTO-RELEASE | |
| parent | e8a1a52098b9adac55dda71d1e10ac5a64bcec7e (diff) | |
| download | PROJ-9a1a00b3c09d1c076a53263af588cdb26f987677.tar.gz PROJ-9a1a00b3c09d1c076a53263af588cdb26f987677.zip | |
Add a few notes to HOWTORELEASE
Diffstat (limited to 'HOWTO-RELEASE')
| -rw-r--r-- | HOWTO-RELEASE | 8 |
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. |
