From: Yu Watanabe Date: Thu, 9 Dec 2021 07:02:23 +0000 (+0900) Subject: doc: fix typo X-Git-Tag: v250-rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283f7c9872d2fb29612bfa767568965e67c5ee80;p=thirdparty%2Fsystemd.git doc: fix typo --- diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 112c5216224..168f957c708 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -10,7 +10,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later 1. Add all items to NEWS 2. Update the contributors list in NEWS (`meson compile -C build git-contrib`) 3. Update the time and place in NEWS -4. Update hwb (`meson compile -C build update-hwdb update-hwdb-autosuspend`) +4. Update hwdb (`meson compile -C build update-hwdb update-hwdb-autosuspend`) 5. [RC1] Update version and library numbers in `meson.build` 6. Check dbus docs with `meson compile -C build update-dbus-docs` 7. Tag the release: `version=vXXX-rcY && git tag -s "${version}" -m "systemd ${version}"`