From d0632ea29b210501fc9a7f9e6e2468b6b81fb17b Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 23 Feb 2021 17:33:39 +1000 Subject: [PATCH] Add md files to release checklist commands --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index dd5253aa..cf28a035 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -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.