summaryrefslogtreecommitdiffstats
path: root/docs/RELEASE.md
diff options
context:
space:
mode:
authorAbderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>2023-10-09 18:43:31 +0200
committerAbderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>2023-10-09 19:37:41 +0200
commit00fc4a394593d430d27112faedfe3f6065e589d2 (patch)
treef8f5e980d628460877728c027e1151a16d391d0e /docs/RELEASE.md
parentdoc-sync: add man/ to the passed directory (diff)
downloadsystemd-00fc4a394593d430d27112faedfe3f6065e589d2.tar.xz
systemd-00fc4a394593d430d27112faedfe3f6065e589d2.zip
doc-sync: automatically detect whether we're updating the latest version
also update the release instructions to push release candidates to -stable
Diffstat (limited to 'docs/RELEASE.md')
-rw-r--r--docs/RELEASE.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index 817a4d8ec0..744efcdd70 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -23,5 +23,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
14. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
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'
+17. Push commits to stable, create an empty -stable branch: `git push systemd-stable --atomic origin/main:main origin/main:refs/heads/${version}-stable`.
+18. [FINAL] Change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).
+19. [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'