From 5d946798ba42f9e101bfe4640ca50f120c00c4d5 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 8 Oct 2025 10:56:43 +0100 Subject: [PATCH] docs: document uploading manpages for new dev version after release This adds the new 'in development' section to the drop-down menu --- docs/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index aefe430e3ec..f35b65ba5e5 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -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 -- 2.47.3