Skip to content

Create GitHub releases automatically on tagging#797

Open
alamb wants to merge 1 commit into
apache:mainfrom
alamb:codex/automatic-github-releases
Open

Create GitHub releases automatically on tagging#797
alamb wants to merge 1 commit into
apache:mainfrom
alamb:codex/automatic-github-releases

Conversation

@alamb

@alamb alamb commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Follow-on to

Rationale for this change

This does the same thing as @kou did in apache/arrow-rs#7042 for arrow-rs-object-store: it creates GitHub Releases automatically when release tags are pushed.

This should be used with the RC-tag release flow from #796, so only the final post-approval v<version> tag creates a GitHub Release.

What changes are included in this PR?

I think we will have to test this live when the next final release tag is pushed.

Are there any user-facing changes?

No crate API or runtime behavior changes.

This adds release-manager-facing automation so final GitHub Releases are created automatically after approved release tags are pushed.

# specific language governing permissions and limitations
# under the License.

# Creates a github release on https://github.com/apache/arrow-rs-object-store/releases

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Comment thread dev/release/README.md

Congratulations! The release is now official!

### Check the GitHub release

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@alamb alamb marked this pull request as ready for review July 9, 2026 00:57
@alamb alamb added the development-process Related to development process of object-store label Jul 9, 2026

@kou kou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of object-store

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants