Add md files to release checklist commands

This commit is contained in:
teor 2021-02-23 17:33:39 +10:00 committed by GitHub
parent 6badfe73ca
commit d0632ea29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ You can use `fastmod` to interactively find and replace versions.
For example, for `zebra-1.0.0-alpha-3`, we did:
```
fastmod --extensions rs,toml --fixed-strings '1.0.0-alpha.3' '1.0.0-alpha.4'
fastmod --extensions rs,toml --fixed-strings '1.0.0-alpha.2' '1.0.0-alpha.3'
fastmod --extensions rs,toml --fixed-strings '0.2.0' '0.2.1' tower-batch
fastmod --extensions rs,toml,md --fixed-strings '1.0.0-alpha.3' '1.0.0-alpha.4'
fastmod --extensions rs,toml,md --fixed-strings '1.0.0-alpha.2' '1.0.0-alpha.3'
fastmod --extensions rs,toml,md --fixed-strings '0.2.0' '0.2.1' tower-batch
```
We skipped `tower-fallback`, because it hadn't changed since the last tag.