about summary refs log tree commit diff stats
path: root/RELEASE_GUIDE.md
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-01-09 08:34:44 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-01-09 08:34:44 +0100
commit5bb2f47d453043f06c70f4453cc91ef7a6778926 (patch)
tree8ad69e5334b0cf80a00d05bf37fc2e1fde95311b /RELEASE_GUIDE.md
parent9d976e7231cfc1cf7597188a141af76583e45898 (diff)
downloadprofani-tty-5bb2f47d453043f06c70f4453cc91ef7a6778926.tar.gz
Mention manpages in release guide
Diffstat (limited to 'RELEASE_GUIDE.md')
-rw-r--r--RELEASE_GUIDE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md
index 719a5969..839b8aaa 100644
--- a/RELEASE_GUIDE.md
+++ b/RELEASE_GUIDE.md
@@ -37,6 +37,8 @@ AC_INIT([profanity], [0.6.0], [boothj5web@gmail.com])
 PACKAGE_STATUS="release"
 ```
 
+* Add generated command manpages: `git add docs/profanity-*.1`
+
 * Commit
 * Tag (0.6.0)
 * Push
@@ -68,6 +70,8 @@ AC_INIT([profanity], [0.7.0], [boothj5web@gmail.com])
 PACKAGE_STATUS="development"
 ```
 
+* Remove generated command manpages: `git rm docs/profanity-*.1`
+
 * Create a branch for patch releases (0.6.patch)
 * Push