From 528acfb7161db6b38bd273e08ba4924beafe578d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 12 Oct 2022 17:11:12 +0200 Subject: [PATCH] release guide: Use proper order Otherwise version will not be correct in generated man pages. --- RELEASE_GUIDE.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md index 60cea399..eeb48ac2 100644 --- a/RELEASE_GUIDE.md +++ b/RELEASE_GUIDE.md @@ -13,10 +13,6 @@ * Generate HTML docs (the docgen argument only works when package status is development) `./profanity docgen` -* 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. - * Determine if libprofanitys version needs to be [increased](https://github.com/profanity-im/profanity/issues/973) * Update plugin API docs (./apidocs/c and ./apidocs/python) need to run the `gen.sh` and commit the results to the website git repo * Update CHANGELOG @@ -32,6 +28,11 @@ AC_INIT([profanity], [0.6.0], [boothj5web@gmail.com]) * Set the package status in configure.ac: +* Update date and version in man pages +* 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. + ``` PACKAGE_STATUS="release" ``` @@ -68,6 +69,7 @@ PACKAGE_STATUS="development" `git checkout HEAD -- docs/profanity-ox-setup.1` docs/profanity.1 and docs/profanity-ox-setup.1 are handwritten. +* Commit `Start new cycle` * Push ## Updating website