summaryrefslogtreecommitdiff
path: root/docs/RELEASE.md
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-23 21:25:31 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-03 21:15:21 +0100
commitdf1f621bda3b082bcdb0454f8b0138e3aaf2764b (patch)
tree954d879a75ff2a2407cf53aa2db99da5acbbb9b5 /docs/RELEASE.md
parent3c7af1af7dfc79b6f95814a1cb704be90c74de69 (diff)
downloadsystemd-df1f621bda3b082bcdb0454f8b0138e3aaf2764b.tar.gz
docs: update branch names
Also use --atomic when pushing multiple items with git; adjust some external URLs.
Diffstat (limited to 'docs/RELEASE.md')
-rw-r--r--docs/RELEASE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index 168f957c70..c5da09b62c 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -21,4 +21,4 @@ SPDX-License-Identifier: LGPL-2.1-or-later
12. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
13. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically.
14. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`)
-15. [FINAL] Push commits to stable, create an empty -stable branch: `git push systemd-stable origin/master:master origin/master:refs/heads/${version}-stable`, and change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).
+15. [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).