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

Closed
3 tasks done
michaelkirk opened this issue Oct 28, 2020 · 2 comments
Closed
3 tasks done

crates publishing team #525

michaelkirk opened this issue Oct 28, 2020 · 2 comments
Assignees

Comments

@michaelkirk
Copy link
Member

michaelkirk commented Oct 28, 2020

👋 Hi @frewsxcv and @sunng87

Following up on georust/meta#21, I created a new geo-publishers team for publishing to crates.io with you two as maintainers.

I've also added as publishing team maintainers:

Could you please update the crate owners? I'm assuming it makes sense to share a single team for geo, geo-types, and geo-postgis, but we can do otherwise if anyone sees a benefit.

Specifically:


cd geo

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

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

  • @frewsxcv: update geo-types crate owners on crates.io:
cd geo-types

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

# 🚨 @frewsxcv, you're currently the only user-owner of geo-types. Consider adding @urschrei  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 urschrei

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

  • @frewsxcv: update geo-postgis crate owners on crates.io:
cd geo-postgis

# 💥 This crate never had the github:georust:core team owner
# 🔐 add small publishing group
cargo owner --add github:georust:geo-publishers

# 🚨 @frewsxcv, you're currently the only user-owner of geo-postgis. Consider adding @urschrei  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 urschrei

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

And if there's anyone else you'd like to be able to publish the crates, 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.

@sunng87
Copy link
Member

sunng87 commented Oct 29, 2020

The geo is done. Thank you for your detailed instructions.

⏳ 21:50:19 ❯ cargo owner --list
    Updating crates.io index
frewsxcv (Corey Farwell)
sunng87 (Ning Sun)
github:georust:geo-publishers (geo-publishers)

@frewsxcv
Copy link
Member

done!

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

3 participants