Skip to content

Commit

Permalink
Merge pull request #351 from andrewdavidmackenzie/pigg-111-binstall
Browse files Browse the repository at this point in the history
Document use of cargo binstall too
  • Loading branch information
andrewdavidmackenzie authored Aug 8, 2024
2 parents 30afdc7 + 071e7c1 commit 25b5ddb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ The steps to do a full release are:
- Test as many of the install methods as you can
- Publish to [crates.io](https://crates.io) also using:
- `cargo publish`
- Test that last step with:
- `cargo install pigg`
- `piggui` and check the version number displayed
- `piggui` and check the version number displayed or `piggui --version`
- `piglet --version` and check the correct version number is displayed
- Test `cargo binstall`
- Uninstall the version just installed with `cargo install`
- `cargo binstall pigg`
- `piggui` and check the version number displayed or `piggui --version`
- `piglet --version` and check the correct version number is displayed

0 comments on commit 25b5ddb

Please sign in to comment.