kevinjqliu commented on issue #3233:
URL: https://github.com/apache/iceberg-rust/issues/3233#issuecomment-5688254716

   To summarize, there are 2 steps for checking dependencies' license during 
release 
([ref](https://github.com/apache/iceberg-rust/blob/8193cce4b3cfe4608738cdf36e0ddf74a15a415b/website/src/release.md?plain=1#L173-L185))
   1. generate TSV files using `cargo deny list` 
([ref](https://github.com/apache/iceberg-rust/blob/8193cce4b3cfe4608738cdf36e0ddf74a15a415b/dev/release/dependencies.sh#L186))
   2. check license against `deny.toml` using `cargo deny check license` 
([ref](https://github.com/apache/iceberg-rust/blob/8193cce4b3cfe4608738cdf36e0ddf74a15a415b/dev/release/dependencies.sh#L176))
   
   Generating TSV (step 1) is informational and does not change the license 
check (step 2) 
   


-- 
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]

Reply via email to