Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Oct 17, 2023
1 parent be7df2b commit 06a06f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions book/src/dev/crate-owners.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ please paste the token found on https://crates.io/me below

We publish a new placeholder crate as soon as we have a good idea for a crate name.

To publish a new placeholder and set the owners:
Before starting with the publishing, please clone zebra and use the `main` branch to create the placeholder crate, you need `cargo release` installed in the system and be logged to crates.io with `cargo login`.

Next, execute the following commands to publish a new placeholder and set the owners:
```sh
cargo new new-crate-name
cd new-crate-name
cargo release publish --verbose --package new-crate-name --execute
cargo owner --add oxarbitrage
cargo owner --add teor2345
cargo owner --add ZcashFoundation/owners
cargo owner --add github:zcashfoundation:owners
```

## Changing Crate Ownership
Expand Down

0 comments on commit 06a06f6

Please sign in to comment.