about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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