Skip to content

Commit

Permalink
Improve the release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 16, 2022
1 parent 5382307 commit 70d8864
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion util/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 70d8864

Please sign in to comment.