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

@ -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' ]