Skip to content

streamline rc process #587

@kevinjqliu

Description

@kevinjqliu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions