From 14f5618d8406a5e493a192c2bee060df9511b472 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:48:59 +0200 Subject: [PATCH] docs: update release checklist --- RELEASE-CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 116f85e..70da8e5 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -2,7 +2,7 @@ Release Checklist ----------------- * Ensure local `main` is up to date with respect to `origin/main`. * Run `cargo update` and review dependency updates. - Commit updated `Cargo.lock`. + Commit updated `Cargo.lock` with "chore(release): update lockfile". * Run `cargo outdated` and review semver incompatible updates. Unless there is a strong motivation otherwise, review and update every dependency. * Update the date and version in all man pages.