From 18f157b1397d168a4f5e82191f456c9bdc5910bb Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 27 Mar 2025 20:28:23 +0100 Subject: [PATCH] docs: mention man pages in release guide --- RELEASE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md index 0ca5b260..1a1f18bf 100644 --- a/RELEASE_GUIDE.md +++ b/RELEASE_GUIDE.md @@ -32,7 +32,7 @@ AC_INIT([profanity], [0.6.0], [boothj5web@gmail.com]) PACKAGE_STATUS="release" ``` -* Update date and version in man pages +* Update date and version in man pages (profanity.1, profanity-ox-setup.1) * Generate manpages for profanity commands (the mangen argument only works when package status is development) `./profanity mangen` These files should be added to the docs subfolder and added to git whenever a command changes.