kevinjqliu commented on code in PR #340:
URL: https://github.com/apache/iceberg-go/pull/340#discussion_r2003909901
##########
dev/release/release_rc.sh:
##########
@@ -89,40 +89,38 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
gh run watch --repo "${repository}" --exit-status "${run_id}"
# Create release candidate directory structure
- rc_dir="apache-iceberg-go-${version}-rc${rc}"
- mkdir -p "${rc_dir}"
+ mkdir -p "${id}"
Review Comment:
👍
https://github.com/apache/iceberg-go/blob/a997d6100105cc8b6e04b006e9c2d8fbb1eb86e1/dev/release/release_rc.sh#L68
--
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]