]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: document uploading manpages for new dev version after release
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 8 Oct 2025 09:56:43 +0000 (10:56 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 8 Oct 2025 09:56:43 +0000 (10:56 +0100)
This adds the new 'in development' section to the drop-down menu

docs/RELEASE.md

index aefe430e3ecc097f5b8235e320a9510fd15fc841..f35b65ba5e5c502e24c7788bf57f186af85c8c14 100644 (file)
@@ -28,6 +28,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 19. [FINAL] Build and upload the documentation (on the -stable branch): `ninja -C build doc-sync`
 20. [FINAL] Change the Github Pages branch to the newly created branch (https://github.com/systemd/systemd/settings/pages) and set the 'Custom domain' to 'systemd.io'
 21. [FINAL] Update version number in `meson.version` to the devel version of the next release (e.g. from `256` to `257~devel`)
+22. [FINAL] Build and upload the documentation (on the main branch): `ninja -C build doc-sync`
 
 # Steps to a Successful Stable Release