Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crates publishing team #37

Closed
1 task
michaelkirk opened this issue Oct 28, 2020 · 3 comments
Closed
1 task

crates publishing team #37

michaelkirk opened this issue Oct 28, 2020 · 3 comments

Comments

@michaelkirk
Copy link
Member

michaelkirk commented Oct 28, 2020

👋 Hi @sunng87,

Following up on georust/meta#21, I created a new geohash-publishers team with you as maintainer. Could you please update the crate owners on crates.io?

Specifically:


  • update geohash crate owners on crates.io:

@sunng87 - you're the only "user owner" of that crate, so only you can edit that crate's owners:

cd geohash
# 💥 remove large publishing group
cargo owner --remove github:georust:core
# 🔐 add small publishing group
cargo owner --add github:georust:geohash-publishers

# Also, consider adding another contributor as a user-owner, that way if for some reason you become inaccessible
# we have someone else who can edit the owners. See https://github.com/rust-lang/crates.io/issues/2906
cargo owner --add <somebody>

# make sure everything looks good 👀 
cargo owner --list

And if there's anyone else you'd like to be able to publish the crate, feel free to add them to your publishing team, or as a user-owner. Consider that user-owners, as opposed to owners-via-team, can themselves edit the crate's owners, which could be desirable, or not, depending.

Let me know if you have any questions, or you can review georust/meta#21.

@michaelkirk
Copy link
Member Author

Hiya @sunng87, let me know if you have any questions about how to remove the georust:core team from this crates owners.

@sunng87
Copy link
Member

sunng87 commented Nov 5, 2020

Done. I'm sorry for late.

⏳ 21:37:31 ❯ cargo owner --list
    Updating crates.io index
sunng87 (Ning Sun)
github:georust:geohash-publishers (geohash-publishers)

@sunng87 sunng87 closed this as completed Nov 5, 2020
@michaelkirk
Copy link
Member Author

no problem, thanks for your quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants