From 661047623c4fad499c314be901e63931ede7c50a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 16 Jan 2022 17:04:31 +0100 Subject: [PATCH] update-version.sh: document the release process --- util/update-version.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/update-version.sh b/util/update-version.sh index cbb811300..e418ed75b 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -2,6 +2,11 @@ # This is a stupid helper. I will mass replace all versions (including other crates) # So, it should be triple-checked +# How to ship a new release: +# 1) update this script +# 2) run it: bash util/update-version.sh +# 3) Do a spot check with "git diff" +# 4) cargo test --release --features unix FROM="0.0.7" TO="0.0.8"