Skip to content

Commit

Permalink
Add more notes about transferring ownership during release
Browse files Browse the repository at this point in the history
  • Loading branch information
devyn committed Jul 23, 2024
1 parent 90bab5a commit 8a6c3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make_release/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <crate>`

> **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
Expand Down

0 comments on commit 8a6c3cb

Please sign in to comment.