aboutsummaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-09-19 20:05:31 +0200
committerGitHub <noreply@github.com>2018-09-19 20:05:31 +0200
commite94c421cd3e9ca753abb43572d19eb47598ff553 (patch)
tree1117d17cfb4e6c29343ff0dd5678a8db984794e7 /HOWTO-RELEASE
parentaee8e5d10664c0b096edaee1ef3a0c897731eb2d (diff)
parentde88002ca0488eec6fd9dad46f767513c859eb05 (diff)
downloadPROJ-e94c421cd3e9ca753abb43572d19eb47598ff553.tar.gz
PROJ-e94c421cd3e9ca753abb43572d19eb47598ff553.zip
Merge pull request #1128 from kbevers/build-docs-from-maintenance-branch
Build docs from maintenance branch
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE4
1 files changed, 3 insertions, 1 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index 168af418..ddf7e563 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -175,9 +175,10 @@ See step 1.6 above. Do not rename the archives with RC postfixes.
2.2 Update website
------------------------------------------------------------------------------
- - Update the version number in `doc/source/conf.py`
- Add the release notes from `NEWS` to `docs/source/news.rst`
- 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.*
@@ -231,6 +232,7 @@ version numbers in the files.
- src/proj_api.h: Update PJ_VERSION.
- src/pj_release.c: Update date to the scheduled release date.
- CMakelists.txt: Update proj_version()
+ - doc/source/conf.py: Update version number
*Commit changes to master branch.*