kou opened a new pull request, #7042: URL: https://github.com/apache/arrow-rs/pull/7042
# Which issue does this PR close? Closes #7041. # Rationale for this change In general, a release process should be automated as much as possible. It reduces maintenance costs and avoid human mistakes. # What changes are included in this PR? Add a GitHub Actions workflow that is executed on tagging. It creates GitHub releases from existing information. Example results on my fork: * For `55.0.0` tag: https://github.com/kou/arrow-rs/releases/tag/55.0.0 * For `object_store_0.12.0` tag: https://github.com/kou/arrow-rs/releases/tag/object_store_0.12.0 # Are there any user-facing changes? No. -- 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]
