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 #20

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

crates publishing team #20

michaelkirk opened this issue Oct 28, 2020 · 1 comment
Assignees

Comments

@michaelkirk
Copy link
Member

👋 Hi @BFrog, you are the only "user-owner" of the transitfeed crate on crates.io, so only you can edit that crate's owners on crates.io.

Following up on georust/meta#21, I created a new transitfeed-publishers team for publishing to crates.io with you as the sole member and maintainer.

Could you please update the crate owners? Specifically:


  • update transitfeed crate owners on crates.io:
cd transitfeed

# 💥 remove large publishing group
cargo owner --remove github:georust:core

# 🔐 add small publishing group
cargo owner --add github:georust:transitfeed-publishers

# you're currently the only user-owner of the crate. Consider adding another 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 <username>

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

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.

In particular, it looks like @medwards has been actively contributing to GH. Once you switch the publishing team, @medwards (or anyone else) will no longer be able to publish until either they are added back to the new publishing team or added as a user owner.

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

@teburd
Copy link
Member

teburd commented Oct 30, 2020

I've done the above, and added michaelkirk as a user-owner, I don't know if medwards has a crates.io account, cargo complained.

Cheers!

@teburd teburd closed this as completed Oct 30, 2020
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