Re: [PR] Run dependency license check to release script [iceberg-rust]

2025-05-22 Thread via GitHub
kevinjqliu commented on code in PR #1367: URL: https://github.com/apache/iceberg-rust/pull/1367#discussion_r2102720796 ## scripts/release.sh: ## @@ -32,6 +32,12 @@ rc_version="${ICEBERG_VERSION_RC:-rc.1}" # Corresponding git repository branch git_branch=release-${release_versi

Re: [PR] Run dependency license check to release script [iceberg-rust]

2025-05-21 Thread via GitHub
liurenjie1024 commented on code in PR #1367: URL: https://github.com/apache/iceberg-rust/pull/1367#discussion_r2101779459 ## scripts/release.sh: ## @@ -32,6 +32,12 @@ rc_version="${ICEBERG_VERSION_RC:-rc.1}" # Corresponding git repository branch git_branch=release-${release_ve

[PR] Run dependency license check to release script [iceberg-rust]

2025-05-21 Thread via GitHub
kevinjqliu opened a new pull request, #1367: URL: https://github.com/apache/iceberg-rust/pull/1367 ## Which issue does this PR close? - Closes #. ## What changes are included in this PR? Adds `python3 ./scripts/dependencies.py check` to the release script. This will