From 0df0cf55d65940cb91bfb467acb603084c4822b8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 11 Nov 2019 10:40:09 -0800 Subject: [PATCH] Update publishing instructions --- PUBLISHING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/PUBLISHING.md b/PUBLISHING.md index ad100de..3df682a 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -10,8 +10,7 @@ greatly appreciated! 3. Commit this change 4. Run `git tag` to create a tag for this version 5. Delete the `libm/Cargo.toml` file -6. Comment out the `[dev-dependencies]` section of `Cargo.toml` -7. Run `cargo +nightly publish --allow-dirty` -8. Push the tag -9. Push the commit -10. Undo changes to `Cargo.toml` and the `libm` submodule +6. Run `cargo +nightly publish` +7. Push the tag +8. Push the commit +9. Undo changes to `Cargo.toml` and the `libm` submodule