]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
RELEASE, man-pages.lsm: Remove version from LSM file name
authorAlejandro Colomar <alx@kernel.org>
Thu, 20 Oct 2022 16:32:49 +0000 (18:32 +0200)
committerAlejandro Colomar <alx@kernel.org>
Thu, 20 Oct 2022 16:33:15 +0000 (18:33 +0200)
It's not necessary, and removing it simplifies maintenance.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
RELEASE
man-pages.lsm [moved from man-pages-6.01.lsm with 100% similarity]

diff --git a/RELEASE b/RELEASE
index 0e1f8ac93357619cb9ea7d867cdd46447d887145..6a9b8c9d7f1099b64f0e342cb066b9b501cc7785 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -83,27 +83,22 @@ available at <lib/dist.mk>, and any makefiles included by that one.
     $ cd ..
 
 
-5) lsm
+5) LSM
 ------
 
 Rename the file with the version that has been released, and update the
 contents.  Check old commits, like c11cb1ca844d "Ready for 6.01".
 
-- Update the version number (and also in the tarball name).
+- Update the project version number.
 
 - Update the release date.
 
-- Update the tarball size.
-
-- Rename the file:
-
-    $ mv man-pages-${old}.lsm man-pages-${new}.lsm
+- Update the tarball name and size.
 
 - Commit:
 
-    $ git add man-pages-${old}.lsm
-    $ git add man-pages-${new}.lsm
-    $ git commit -sm "lsm: Released ${new}"
+    $ git add man-pages.lsm
+    $ git commit -sm "man-pages.lsm: Released ${new}"
 
 - Send (email) the .lsm file to <lsm@qqx.org> with the subject "add".
 
similarity index 100%
rename from man-pages-6.01.lsm
rename to man-pages.lsm