kevinjqliu commented on PR #588:
URL: https://github.com/apache/iceberg-go/pull/588#issuecomment-3374322774

   Okay! I think i finally got a handle on all of the moving pieces. 
   
   1. the github runner (rc.yml) will produce artifacts with 
`apache-iceberg-go-${VERSION}-rc${RC}.tar.gz`. this is reflected in the github 
release page
   2. split out branch push logic into its own github runner 
(audit-and-verify.yml) to run rat check and `dev/release/verify_rc.sh` on every 
PR
   3. release_rc.sh will upload artifacts to the svn without the -rc suffix. 
and the folder name inside tar also do not have the -rc suffix
   
   
   With these changes, we should satisfy the structure listed in teh PR 
description
   


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