summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-10-20 18:45:07 +0200
committerAlejandro Colomar <alx@kernel.org>2022-10-20 18:47:57 +0200
commit3f9ef5bdaedc776a6ebff5ac9049f28e726ffd78 (patch)
tree2fa2e2b54724701dd6c18ef482065928a4e49306 /RELEASE
parent98a295c6410746487f55319f8f53cf64a832207c (diff)
RELEASE: ffix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE10
1 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE b/RELEASE
index 6480cca50..0b137b8fc 100644
--- a/RELEASE
+++ b/RELEASE
@@ -20,7 +20,7 @@ Decide the version number:
2) Changes
----------
-Fill the Changes file. For that you can check older commits, like
+Fill the <Changes> file. For that you can check older commits, like
d4e80a7748 "Changes: Ready for 6.01". It needs manual intervention,
but in that commit log you can check a few commands that will help.
@@ -121,15 +121,15 @@ The subject of the email should be "man-pages-${new} released".
7) Changes.old
--------------
-Move the contents of Changes to Changes.old, and prepare for the next
-release.
+Move the contents of <Changes> to <Changes.old>, and prepare for the
+next release.
-- Copy contents of Changes to Changes.old:
+- Copy contents of <Changes> to <Changes.old>:
$ (echo; echo) >> Changes.old
$ cat Changes >> Changes.old
-- Empty Changes:
+- Empty <Changes>:
$ git checkout man-pages-${new}^^ -- Changes