diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-10-12 17:11:12 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-10-12 17:11:12 +0200 |
commit | 528acfb7161db6b38bd273e08ba4924beafe578d (patch) | |
tree | bf7c87b95f1f29acfae4720c07123d289fb3faac | |
parent | e8c927b2c95a852248b7ab4d5dde5405ac3335d1 (diff) | |
download | profani-tty-528acfb7161db6b38bd273e08ba4924beafe578d.tar.gz |
release guide: Use proper order
Otherwise version will not be correct in generated man pages.
-rw-r--r-- | RELEASE_GUIDE.md | 10 |
1 files 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 |