mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-25 01:03:46 +01:00
release-checklist.md: Add tip on how to review the man page
This commit is contained in:
parent
3c057aa590
commit
671fc952bc
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
## Update syntaxes and themes (build assets)
|
## 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
|
sure that it is available on the `PATH` (`bat --version` should show the
|
||||||
new version).
|
new version).
|
||||||
- [ ] Run `assets/create.sh` and check in the binary asset files.
|
- [ ] Run `assets/create.sh` and check in the binary asset files.
|
||||||
@ -21,7 +21,7 @@
|
|||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- [ ] Review the `-h` and `--help` texts
|
- [ ] 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
|
## Pre-release checks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user