diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2024-11-06 20:20:00 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-11-06 20:20:00 +0100 |
commit | 94a46c20dacd8859a6fa3f807b0d134f800a1e90 (patch) | |
tree | ff7b3b367f96e8daf869a07d74730d7f86bb0b40 /docs | |
parent | man: run update-man-rules (diff) | |
download | systemd-94a46c20dacd8859a6fa3f807b0d134f800a1e90.tar.xz systemd-94a46c20dacd8859a6fa3f807b0d134f800a1e90.zip |
docs: remove 'v' prefix from meson.version
It is actually v-less
Diffstat (limited to 'docs')
-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 cbd43dca18..513975a17b 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -26,7 +26,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later 17. [FINAL] Create an empty -stable branch: `git push systemd origin/main:refs/heads/v${version}-stable`. 18. [FINAL] Build and upload the documentation (on the -stable branch): `ninja -C build doc-sync` 20. [FINAL] Change the Github Pages branch to the newly created branch (https://github.com/systemd/systemd/settings/pages) and set the 'Custom domain' to 'systemd.io' -21. [FINAL] Update version number in `meson.version` to the devel version of the next release (e.g. from `v256` to `v257~devel`) +21. [FINAL] Update version number in `meson.version` to the devel version of the next release (e.g. from `256` to `257~devel`) # Steps to a Successful Stable Release |