Skip to content

Commit

Permalink
release-checklist.md: Add tip on how to review the man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Enselic committed Feb 27, 2022
1 parent 3c057aa commit 671fc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

## 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.

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

Expand Down

0 comments on commit 671fc95

Please sign in to comment.