kevinjqliu commented on code in PR #3185:
URL: https://github.com/apache/iceberg-rust/pull/3185#discussion_r3976228457
##########
.github/workflows/ci.yml:
##########
@@ -78,6 +78,19 @@ jobs:
- name: Check crates package LICENSE and NOTICE
run: make check-license-notice
+ # Trusted publishing cannot create a crate
(https://crates.io/docs/trusted-publishing),
+ # so a new publishable crate must be reserved on crates.io before it is
merged.
+ # See "Adding a new crate" in website/src/release.md.
+ - name: Check publishable crates exist on crates.io
Review Comment:
this is the new check that will guarantee that when we add new crate, the
PR's CI will fail until we reserve the crate first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]