diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-09 08:02:23 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-09 08:50:19 +0100 |
commit | 283f7c9872d2fb29612bfa767568965e67c5ee80 (patch) | |
tree | 515a22a149a44b5924c1afc7128fe49f32929e27 /docs/RELEASE.md | |
parent | bootctl: optionally install .signed efi file (diff) | |
download | systemd-283f7c9872d2fb29612bfa767568965e67c5ee80.tar.xz systemd-283f7c9872d2fb29612bfa767568965e67c5ee80.zip |
doc: fix typo
Diffstat (limited to 'docs/RELEASE.md')
-rw-r--r-- | docs/RELEASE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 112c521622..168f957c70 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}"` |