From 071e7c1c22ad8a9df1c0ae56617d7ba79dfe04e6 Mon Sep 17 00:00:00 2001 From: Andrew Mackenzie Date: Thu, 8 Aug 2024 09:41:29 +0200 Subject: [PATCH] Document use of cargo binstall too --- RELEASING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 626f07e8..f461e8b2 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 + \ No newline at end of file