diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-08-08 22:10:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-08 22:10:09 +0200 |
| commit | e52fc2aa58504e6f0658da821bdd543d7a39df34 (patch) | |
| tree | e06a3165d43afcd010a4be510d3bcdbd1a79482d | |
| parent | ec515bb9ab16acc568d199cc1321588ea9462ebc (diff) | |
| parent | 238f18cdbcb9209d75b8d652ba64ef592b04dcce (diff) | |
| download | PROJ-e52fc2aa58504e6f0658da821bdd543d7a39df34.tar.gz PROJ-e52fc2aa58504e6f0658da821bdd543d7a39df34.zip | |
Merge pull request #1560 from rouault/update_howto_release
HOWTO-RELEASE: add instructions to avoid website to be erased by an older version
| -rw-r--r-- | HOWTO-RELEASE | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 8f460ee3..865dbcf2 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -235,3 +235,11 @@ version numbers in the files. *Commit changes. Either to master or maintenance branch depending on the nature of the release.* + +3.2 Disable website deployment when releasing a new non-bugfix version +------------------------------------------------------------------------------- + +If the previous active version was, let's say, 6.1 and the new version is, let's say, 6.2, +then checkout 6.1 branch, and in travis/after_success.sh, remove the code +that causes commits to 6.1 to cause a website refresh, that is remove the +code under `if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "6.1"; then`. |
