mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-19 17:18:49 +02:00
release-checklist.md: Recommend a single git grep command for MSRV
That filters out irrelevant hits in CHANGELOG.md and tests/.
This commit is contained in:
parent
ea5aaa03a2
commit
5f7ae6b277
@ -7,8 +7,8 @@
|
|||||||
- [ ] Find the current min. supported Rust version by running
|
- [ ] Find the current min. supported Rust version by running
|
||||||
`grep '^\s*MIN_SUPPORTED_RUST_VERSION' .github/workflows/CICD.yml`.
|
`grep '^\s*MIN_SUPPORTED_RUST_VERSION' .github/workflows/CICD.yml`.
|
||||||
- [ ] Update the version and the min. supported Rust version in `README.md` and
|
- [ ] Update the version and the min. supported Rust version in `README.md` and
|
||||||
`doc/README-*.md`. Check with `git grep -i 'rust.*1\.'` and
|
`doc/README-*.md`. Check with
|
||||||
`git grep -i '1\..*rust'`.
|
`git grep -i -e 'rust.*1\.' -e '1\..*rust' | grep README | grep -v tests/`.
|
||||||
- [ ] Update `CHANGELOG.md`. Introduce a section for the new release.
|
- [ ] Update `CHANGELOG.md`. Introduce a section for the new release.
|
||||||
|
|
||||||
## Update syntaxes and themes (build assets)
|
## Update syntaxes and themes (build assets)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user