From: <sv...@op...> - 2025-05-26 11:30:00
|
Author: manx Date: Mon May 26 13:28:48 2025 New Revision: 23204 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23204 Log: [Doc] Update release_branches.md. Modified: trunk/OpenMPT/doc/release_branches.md Modified: trunk/OpenMPT/doc/release_branches.md ============================================================================== --- trunk/OpenMPT/doc/release_branches.md Mon May 26 13:28:29 2025 (r23203) +++ trunk/OpenMPT/doc/release_branches.md Mon May 26 13:28:48 2025 (r23204) @@ -40,13 +40,16 @@ 1. set OpenMPT version in `common/versionNumber.h` to `1.$VER.00.$MINORMINOR+1` 2. run `build/update_libopenmpt_version.sh bumpprerel` -10. update CI branch configuration in new branch -11. update announcement/changelog URLs for test builds in branch: +10. update old stable branch + 1. uncomment updating OpenMPT version in + `build/svn/do_libopenmpt_release.sh` +11. update CI branch configuration in new branch +12. update announcement/changelog URLs for test builds in branch: `installer/generate_update_json.py` and `generate_update_json_retro.py`: * "trunk/OpenMPT" -> "banches/OpenMPT-1.32" -12. update https://builds.openmpt.org/builds/ -13. update buildbot scripts that copy OpenMPT update information into place -14. update branch release date on libopenmpt trunk changelog +13. update https://builds.openmpt.org/builds/ +14. update buildbot scripts that copy OpenMPT update information into place +15. update branch release date on libopenmpt trunk changelog unclear: * adjust buildbot update management script |