From a0f4576f8a98b18c76d803d18bf56eb341d632d0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 1 Jun 2023 08:25:03 +0200 Subject: [PATCH] update of the release doc --- util/update-version.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/util/update-version.sh b/util/update-version.sh index 2e2dca903..e248d13cd 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -7,9 +7,10 @@ # 2) run it: sh util/update-version.sh # 3) Do a spot check with "git diff" # 4) cargo test --release --features unix -# 5) Run util/publish.sh in dry mode (it will fail as packages needs more recent version of uucore) -# 6) Run util/publish.sh --do-it -# 7) In some cases, you might have to fix dependencies and run import +# 5) git commit -m "New release" +# 6) Run util/publish.sh in dry mode (it will fail as packages needs more recent version of uucore) +# 7) Run util/publish.sh --do-it +# 8) In some cases, you might have to fix dependencies and run import FROM="0.0.17" TO="0.0.18"