From: Zbigniew Jędrzejewski-Szmek Date: Thu, 5 May 2022 17:49:26 +0000 (+0200) Subject: docs/RELEASE: typo in target name X-Git-Tag: v251-rc3~49^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e447f9ac0b7911e7f094f8300f61807bdcf06c40;p=thirdparty%2Fsystemd.git docs/RELEASE: typo in target name --- diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 4a1f394aeef..acbfa8e5bb3 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -11,7 +11,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later 2. Update the contributors list in NEWS (`ninja -C build git-contrib`) 3. Update the time and place in NEWS 4. Update hwdb (`ninja -C build update-hwdb`, `ninja -C build update-hwdb-autosuspend`, commit separately). -5. Update syscall numbers (`ninja -C build update-syscall-tables update-syscall-headers`). +5. Update syscall numbers (`ninja -C build update-syscall-tables update-syscall-header`). 6. [RC1] Update version and library numbers in `meson.build` 7. Check dbus docs with `ninja -C build update-dbus-docs` 8. Tag the release: `version=vXXX-rcY && git tag -s "${version}" -m "systemd ${version}"`