1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Mention manpages in release guide

This commit is contained in:
Michael Vetter 2021-01-09 08:34:44 +01:00
parent 9d976e7231
commit 5bb2f47d45

View File

@ -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