From 2a13dee7cb509c818da93d56c2422e29261e94cf Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Nov 2022 19:40:54 +0000 Subject: (release): Use --allow-dirty otherwise cargo publish can't work Signed-off-by: Daniel Silverstone --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 652b9bf..88324e7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -37,7 +37,7 @@ first: for the new release, if there's been any changes. If any of the other crates depend on this crate, update their dependency information in their `Cargo.toml` as needed. -5. Run `cargo publish --dry-run` and fix any problems. +5. Run `cargo publish --dry-run --allow-dirty` and fix any problems. For the top crate `subplot` additionally do the following: -- cgit v1.2.1