From fdacce7421cd4deb85299c4aad13c2ee592d1c0d Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 28 Jul 2023 23:42:20 +0100 Subject: [PATCH] docs: note that Github Pages configuration has to be updated after a release --- docs/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 0d1b2d7ac8b..817a4d8ec0b 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -24,3 +24,4 @@ SPDX-License-Identifier: LGPL-2.1-or-later 15. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically. 16. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`) 17. [FINAL] Push commits to stable, create an empty -stable branch: `git push systemd-stable --atomic origin/main:main origin/main:refs/heads/${version}-stable`, and change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches). +18. [FINAL] Change the Github Pages branch in the stable repository to the newly created branch (https://github.com/systemd/systemd-stable/settings/pages) and set the 'Custom domain' to 'systemd.io'