summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2022-01-16 19:00:32 +0100
committerSylvestre Ledru <sylvestre@debian.org>2022-01-16 19:00:32 +0100
commit70d8864fe146d2578ea100b3edeb17135d3e79c9 (patch)
tree9f6757428ecfda69f72384435c1f74fad5102b4f
parent5382307e64baef2bcafbdfe18b97c34141848afa (diff)
Improve the release doc0.0.9
-rwxr-xr-xutil/update-version.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/update-version.sh b/util/update-version.sh
index 3840d1042..503f65e52 100755
--- a/util/update-version.sh
+++ b/util/update-version.sh
@@ -7,7 +7,9 @@
# 2) run it: bash 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
FROM="0.0.8"
TO="0.0.9"