summaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-05-13 20:17:50 +0200
committerEven Rouault <even.rouault@spatialys.com>2022-05-13 20:17:50 +0200
commit46b42b616dfcd25f683997a5ebc38c657b128394 (patch)
treec6190c91f1e2e4989b82f0dc89b538fd8fc99b44 /HOWTO-RELEASE
parente29604cfca3f5525b82fcb1220dd69d78628123f (diff)
HOWTO-RELEASE: update
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE11
1 files changed, 11 insertions, 0 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index 1f3fb946..fc75cebc 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -12,6 +12,17 @@ Check-list OpenJPEG Release
* update release description if needed
* update openjpeg.json with latest release
* update OPJ_LATEST_VERSION in abi-check.sh, uncomment and update OPJ_PREVIOUS_VERSION in abi-check.sh, and push
+* locally run: OPJ_CI_ABI_CHECK=1 ./tools/travis-ci/abi-check.sh
+* cd ~/abi-check/work/abi-check/
+* put the sources of the new version in src/openjpeg/2.X.0/version.-2.X.0.tar.gz
+* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-monitor -v 2.X.0 -build ./openjpeg.json
+* PATH=$PWD/../../tools/abi-tracker/bin:$PWD/../../tools/wdiff/bin:$PWD/../../tools:$PATH abi-tracker -build ./openjpeg.json
+* rm -rf src/openjpeg/current
+* rm -rf build_logs
+* git add --all .
+* git commit -m "Update ABI/API compatibility reports after 2.X.0 release"
+* git push
+* cd ~/openjpeg/openjpeg
* comment back OPJ_PREVIOUS_VERSION and push
* build doc and update Doxygen on website
* manual build on Windows: