mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-24 00:33:38 +01:00
release checklist: fix command to find MSRV
This commit is contained in:
parent
a113b0df12
commit
2042eace2a
@ -5,7 +5,7 @@
|
||||
- [ ] Update version in `Cargo.toml`. Run `cargo build` to update `Cargo.lock`.
|
||||
Make sure to `git add` the `Cargo.lock` changes as well.
|
||||
- [ ] Find the current min. supported Rust version by running
|
||||
`grep '^\s*MIN_SUPPORTED_RUST_VERSION' .github/workflows/CICD.yml`.
|
||||
`cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].rust_version'`.
|
||||
- [ ] Update the version and the min. supported Rust version in `README.md` and
|
||||
`doc/README-*.md`. Check with
|
||||
`git grep -i -e 'rust.*1\.' -e '1\..*rust' | grep README | grep -v tests/`.
|
||||
@ -70,4 +70,4 @@
|
||||
## `bat` as a library
|
||||
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user