georust/wkt

crates publishing team

michaelkirk opened this issue ยท 3 comments

๐Ÿ‘‹ Hi @frewsxcv and @mgax

Following up on georust/meta#21, I created a new wkt-publishers team for publishing to crates.io with you two as maintainers (actually since @frewsxcv is an organization owner, GH won't let me mark him as a maintainer, but it'd be redundant permissions anyway ๐Ÿคท).

Could you please update the crate owners? Specifically:


  • update wkt crate owners on crates.io:

You two are the only "user owners" of that crate, so only you two can edit that crate's owners:

cd wkt
# ๐Ÿ’ฅ remove large publishing group
cargo owner --remove github:georust:core
# ๐Ÿ” add small publishing group
cargo owner --add github:georust:wkt-publishers

# ๐Ÿšจ consider removing mgax, since they expressed no not lately being active on the project
cargo owner --remove mgax

# ๐Ÿšจ and from https://github.com/orgs/georust/teams/wkt-publishers

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

mgax commented

Hey, I'm not sure how I ended up with permissions on this repo, probably @frewsxcv added me when he set up the organization. Feel free to remove me from the list of maintainers.

Thanks agin for the response @mgax!

Since @frewsxcv is also a user-owner of the wkt crate, he should be able to take care of this one too.

done