From 53cb9a779e9e9bd5a986e0c28851e5fa241bd45e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 12 Jun 2021 07:59:47 -0400 Subject: [PATCH] release: add step about making sure 'master' is in sync Otherwise, if we start doing crate releases from the local checkout (with git tags) and it turns out that origin/master has newer commits, rebasing local master will then invalidate those tags. --- RELEASE-CHECKLIST.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index c56ba04..e287860 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -1,5 +1,6 @@ Release Checklist ----------------- +* Ensure local `master` is up to date with respect to `origin/master`. * Run `cargo update` and review dependency updates. Commit updated `Cargo.lock`. * Run `cargo outdated` and review semver incompatible updates. Unless there is