Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release_rc.sh upload artifacts to apache dist #237

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chil-pavn
Copy link

Part of #204
Added code to upload to apache dist.

@github-actions github-actions bot added the INFRA label Dec 27, 2024
Copy link
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

id="apache-iceberg-go-${version}-rc${rc}"
id="apache-iceberg-go-${version}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change? Doesn't the tar file need to have -rc${rc} in the name?

Copy link
Author

@chil-pavn chil-pavn Dec 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apache-iceberg-go-${version}-rc${rc} is the general convention to follow for release candidates. However apache-iceberg and apache-iceberg-rust are doing it this way.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have also checked a few other apache releases and it looks like some follow and some don't.
I have added a new commit with the tar ball naming as suggested as to keep it consistent with our 0.1.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants