summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-02-26 17:48:27 +0100
committerMartin Nordholts <enselic@gmail.com>2022-02-27 07:39:22 +0100
commit671fc952bce06474c9ebe5f4f7f4e253a34508fa (patch)
treefd2a79006dd6a70a309bf49872a41c724bba6bec
parent3c057aa5901cecc4c44a86d226f27e166dea4713 (diff)
release-checklist.md: Add tip on how to review the man page
-rw-r--r--doc/release-checklist.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index 48e681f8..e49bb9af 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -13,7 +13,7 @@
## Update syntaxes and themes (build assets)
-- [ ] Install the latest master version (`cargo install -f --path .`) and make
+- [ ] Install the latest master version (`cargo clean && cargo install -f --path .`) and make
sure that it is available on the `PATH` (`bat --version` should show the
new version).
- [ ] Run `assets/create.sh` and check in the binary asset files.
@@ -21,7 +21,7 @@
## Documentation
- [ ] Review the `-h` and `--help` texts
-- [ ] Review the `man` page
+- [ ] Review the `man` page (`man $(fd -HIp target/release/build.*out/assets/manual/bat.1) | tee`)
## Pre-release checks