kevinjqliu commented on issue #1631: URL: https://github.com/apache/iceberg-rust/issues/1631#issuecomment-3390838600
Following https://rust.iceberg.apache.org/release.html#official-release ``` iceberg_version=0.7.0 release_version=0.7.0-rc.2 ``` push branch: ``` # Checkout the tags that passed VOTE git checkout "v${release_version}" # Tag with the iceberg version git tag -s "v${iceberg_version}" # Push tags to github to trigger releases git push origin "v${iceberg_version}" ``` create new github release: https://github.com/apache/iceberg-rust/releases/tag/v0.7.0 -- 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]
