Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gbagnoli committed Mar 3, 2022
1 parent b915fea commit 85db96a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ ln -s $(pwd)/hooks/pre-push.sh .git/hooks/pre-push

to release:

* install cargo release `cargo install cargo-release`
* bump the version in Cargo.toml
* make sure to build first so that Cargo.lock gets updated (`cargo build`)
* commit the Cargo.toml/Cargo.lock files
* run `cargo release --dry-run -vv`
* run `cargo release`
* run `cargo release -v`
* run `cargo release -v --execute` to push the release

0 comments on commit 85db96a

Please sign in to comment.