From 07007feed2520a945fe70121da881bbc6912defa Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 7 Apr 2024 23:10:08 +0100 Subject: [PATCH] HOWTO-RELEASE: add reminder to add/remove manual files in CVS --- doc/HOWTO-RELEASE | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index 8ad1e33..ea6a58b 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -128,8 +128,14 @@ Release procedure stow "GNU Stow manual" cd $stow_web_repo + # Check for any added/removed files, then add/remove as necessary + cvs -nq update + cvs add ... + cvs remove ... + # Check that the changes look OK cvs diff + # Then commit cvs commit -m "Update manual to v$version"