diff options
author | hut <hut@hut.pm> | 2018-02-21 23:49:48 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-02-21 23:49:48 +0100 |
commit | b47a95abbaa6f7c578b98295c3d1846c1e94b260 (patch) | |
tree | c4e686558ecf5d0635c0b683f01f1c567fe26b1b | |
parent | af0ef6a233744121307fba3b11089f05e9369782 (diff) | |
download | ranger-b47a95abbaa6f7c578b98295c3d1846c1e94b260.tar.gz |
update howto-publish-a-release.md
-rw-r--r-- | doc/howto-publish-a-release.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/howto-publish-a-release.md b/doc/howto-publish-a-release.md index 9b6e1dfe..87d97c92 100644 --- a/doc/howto-publish-a-release.md +++ b/doc/howto-publish-a-release.md @@ -30,7 +30,10 @@ Update the website * [ ] Update both signatures `gpg --local-user 0x00FB5CDF --sign --detach-sign <file>` * [ ] Update the changelog * [ ] Update the man page -* [ ] Rerun `boobies.py` + * [ ] run `make manhtml` in ranger's repository + * [ ] copy the generated `doc/ranger.1.html` to the `ranger.github.io` repository +* [ ] Rebuild the website, see `README.md` in https://github.com/ranger/ranger.github.io +* [ ] Commit & push the website Make a PyPI release ------------------- @@ -43,7 +46,6 @@ Announce the update ------------------- * [ ] To the mailing list * [ ] In the arch linux forum -* [ ] Write a news entry on savannah Change back to before --------------------- |