summaryrefslogtreecommitdiff
path: root/HOWTO-RELEASE
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2024-02-26 15:16:49 +0100
committerEven Rouault <even.rouault@spatialys.com>2024-02-26 15:17:28 +0100
commit14d03e8ed5dcdb8552c8a4c7c9a383b29a6891cb (patch)
tree2c278eb88d10befe05494d18c48b797cad747012 /HOWTO-RELEASE
parent1bba8374f2bfce7b4419be6f29a8da3b01af5f58 (diff)
Prepare for OpenJPEG v2.5.1 releasev2.5.1
Diffstat (limited to 'HOWTO-RELEASE')
-rw-r--r--HOWTO-RELEASE5
1 files changed, 3 insertions, 2 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index fc75cebc..74c3b57f 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -3,9 +3,10 @@ Check-list OpenJPEG Release
* update MAJOR, MINOR, BUILD, SOVERSION in CMakeLists.txt
* update MAJOR, MINOR, BUILD in appveyor.yml
* update CHANGELOG with
-`github_changelog_generator --token TOKEN_HERE --exclude-labels gcode_fixed,OpjVersion-1.x --release-url "https://github.com/uclouvain/openjpeg/releases/%s" --since-tag v2.3.1 --future-release v2.4.0 --output append2changelog.md --user uclouvain --project openjpeg --exclude-tags version.1.0` . TOKEN_HERE is created at https://github.com/settings/tokens
+`github_changelog_generator --token TOKEN_HERE --exclude-labels gcode_fixed,OpjVersion-1.x --release-url "https://github.com/uclouvain/openjpeg/releases/%s" --since-tag v2.5.0 --future-release v2.5.1 --output append2changelog.md --user uclouvain --project openjpeg --exclude-tags version.1.0` . TOKEN_HERE is created at https://github.com/settings/tokens
* update NEWS.md
-* git tag -a v2.4.0 -m "OpenJPEG v2.4.0 release"
+* git commit -a -m "Prepare for OpenJPEG v2.5.1 release"
+* git tag -a v2.5.1 -m "OpenJPEG v2.5.1 release"
* git push origin --tags
* add post to OpenJPEG website in gh-pages branch in _posts/ subdirectory. See commit https://github.com/uclouvain/openjpeg/commit/6563d704f5fb896209dd862ccfc6b97eb9183c5c
* change binversion of openjpeg website in _config.yml in gh-pages branch