-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels