update-version.sh: document the release process

This commit is contained in:
Sylvestre Ledru 2022-01-16 17:04:31 +01:00
parent 00c11b184f
commit 661047623c

View file

@ -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"