summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:40:54 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-11-13 19:40:54 +0000
commit2a13dee7cb509c818da93d56c2422e29261e94cf (patch)
tree20f2bcaf06c3b594124550d82ca90e8a58731a88
parentf423ab617b6e633d3267f1b90a0cbbb97c6a6d3b (diff)
downloadsubplot-2a13dee7cb509c818da93d56c2422e29261e94cf.tar.gz
(release): Use --allow-dirty otherwise cargo publish can't work
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--RELEASE.md2
1 files changed, 1 insertions, 1 deletions
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: