summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 07:59:47 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 07:59:47 -0400
commit53cb9a779e9e9bd5a986e0c28851e5fa241bd45e (patch)
tree84fa83fc2512bcb95fff6966e905418e406be7af
parent14860b0f16ce9cab3c8bb9205a8268b5be22dc30 (diff)
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.
-rw-r--r--RELEASE-CHECKLIST.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index c56ba04e..e287860c 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