diff options
author | James Booth <boothj5@users.noreply.github.com> | 2019-01-16 11:29:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-16 11:29:24 +0000 |
commit | 1cb045e30ca23c37ebf24718542010f3a57bad0c (patch) | |
tree | 2cfcd67fcd4c19a211bf0ca5b0fac53aad24bc55 | |
parent | f3ca75d61e0d73e8cd5f5c147b36bbdf74830325 (diff) | |
download | profani-tty-1cb045e30ca23c37ebf24718542010f3a57bad0c.tar.gz |
Update RELEASE_GUIDE.md
-rw-r--r-- | RELEASE_GUIDE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md index 3712a211..20686df9 100644 --- a/RELEASE_GUIDE.md +++ b/RELEASE_GUIDE.md @@ -9,13 +9,13 @@ Usually release candidates are tagged 0.6.0.rc1, 0.6.0.rc2 and tested for a week * Run manual valgrind tests for new features * Build and simple tests in Virtual machines ideally all dists including OSX and Windows (Cygwin) -* Update Inline help +* Update Inline command help (./src/command/cmd_defs.c) * Check copright dates in all files (Copywright 2012-2019) * Generate HTML docs (the docgen argument only works when package status is development) `./profanity docgen` -* Update plugin docs +* 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 * Update profrc.example |