config, docs: update hardcoded users (#8710)

This commit is contained in:
Conrado Gouvea 2024-07-22 14:00:32 -03:00 committed by GitHub
parent 42b298b074
commit 4cbf442f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ The Zebra repository can be used to publish the crates in this list that match t
- starts with `zebra` (including `zebrad` and the `zebra` placeholder)
- starts with `tower`
We also depend on these separate ZF crates:
We also depend on these separate ZF crates:
- `zcash_script`
- `ed25519-zebra`
@ -47,6 +47,7 @@ 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 conradoplg
cargo owner --add github:zcashfoundation:owners
```

View File

@ -17,4 +17,4 @@ push = false
tag = false
# Owners for new crates
owners = [ 'oxarbitrage', 'zcashfoundation/owners' ]
owners = [ 'oxarbitrage', 'conradoplg', 'zcashfoundation/owners' ]