From 8a6c3cb97155c1c1190701af2cf97e2ad3a3a1b6 Mon Sep 17 00:00:00 2001 From: Devyn Cairns Date: Tue, 23 Jul 2024 16:47:00 -0700 Subject: [PATCH] Add more notes about transferring ownership during release --- make_release/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_release/Readme.md b/make_release/Readme.md index c6c9135ab..f503648f8 100644 --- a/make_release/Readme.md +++ b/make_release/Readme.md @@ -56,9 +56,11 @@ ## 3. Publish `nu` to *crates.io* - [ ] check the order of dependencies with `nushell/nu_scripts/make_release/nu_deps.nu` from the `nushell` repo - [ ] release the Nushell crates `nushell/nu_scripts/make_release/nu_release.nu` from the `nushell` repo +- [ ] **Important!** add any new crates to the `github:nushell:publishing` group on crates.io: `cargo owner --add github:nushell:publishing -p ` > **Note** > if there is a new crate, you must add it to the `github:nushell:publishing` group (`cargo owner --list`) +> this will make things very difficult for us next time if you don't, as we won't be able to release new versions of any dependent crates either > **Note** > if a step fails