From a1747546d6042b5c79eddaaddfa4b8e543850794 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 29 Nov 2020 21:09:22 -0500 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index a4cd8e04f..97286ab89 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,8 +4,9 @@ 1. Run `cargo test` 1. Run `cargo clean && cargo clippy` 1. Run `mdbook test docs` -1. Update `version` in `*/Cargo.toml`. All versions should match. Commit the change with comment `vX.Y.Z`. +1. Update `version` in `*/Cargo.toml`. All versions should match. 1. Run `cargo build --release` +1. Commit the changes (Cargo.lock will change too) with comment `vX.Y.Z`. 1. Run `git tag vX.Y.Z` 1. Run `git push upstream` 1. Run `git push --tags upstream`