kevinjqliu opened a new issue, #587:
URL: https://github.com/apache/iceberg-go/issues/587
### Feature Request / Improvement
Relates to #581
Current process
- dev/release/release_rc.sh ${VERSION} ${RC}
- triggers rc.yml to build artifact
- upload artifact to apache svn
- dev/release/verify_rc.sh ${VERSION} ${RC}
- GH_TOKEN=${YOUR_GITHUB_TOKEN} dev/release/release.sh ${VERSION} ${RC}
The current process is not building the correct artifact structure.
Following other subprojects, the correct artifact structure in apache svn
should be:
```
https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-0.4.0-rc0/
apache-iceberg-go-0.4.0.tar.gz
apache-iceberg-go-0.4.0 (untar)
```
Notably, the only mention of "rc" is in the top-level subfolder name. This
allows us to move and rename the folder name to the release dist easily.
--
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]