summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-11-14 20:18:50 +0000
committerLuca Boccassi <bluca@debian.org>2023-11-14 20:18:50 +0000
commit094d85a6bb0113ed53c9abc1ffcde18667644775 (patch)
treeb4a35a58efed170700c06a59809357e765c5b6dc
parentUpdate syscalls list (diff)
downloadsystemd-094d85a6bb0113ed53c9abc1ffcde18667644775.tar.xz
systemd-094d85a6bb0113ed53c9abc1ffcde18667644775.zip
docs/RELEASE.md: retain systemd.io in IRC topic update
-rw-r--r--docs/RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index 0fa86eda1ff..df04cb47ced 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -21,7 +21,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
12. [FINAL] Close the github milestone and open a new one (https://github.com/systemd/systemd/milestones)
13. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
14. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically.
-15. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`)
+15. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released | Online resources https://systemd.io/`)
16. Push commits to stable, create an empty -stable branch: `git push systemd-stable --atomic origin/main:main origin/main:refs/heads/${version}-stable`.
17. Build and upload the documentation (on the -stable branch): `ninja -C build doc-sync`
18. [FINAL] Change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).