Skip to content

Auto-check Release Phase for Breaking Changes #7268

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

Open
crepererum opened this issue Mar 11, 2025 · 1 comment
Open

Auto-check Release Phase for Breaking Changes #7268

crepererum opened this issue Mar 11, 2025 · 1 comment
Labels
development-process Related to development process of arrow-rs

Comments

@crepererum
Copy link
Contributor

crepererum commented Mar 11, 2025

What

Have a CI check or whatever that prevents maintainers from merging PR that are labeled w/ api-change Changes to the arrow API or next-major-release the PR has API changes and it waiting on the next major version while we're on a "minor release" phase.

Why

The contribution guideline say that breaking changes should only be merged according to the release schedule. As a maintainer with a reasonable busy day, I don't have a the mental capacity to manually check that for every PR.

See #7229 for example.

How

I dunno, use a CI script or something. That would obviously better if we would have a proper merge queue.

@alamb
Copy link
Contributor

alamb commented Mar 25, 2025

Maybe we can use cargo-semver-check

@logan-keede was discussing something similar in

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 arrow-rs
Projects
None yet
Development

No branches or pull requests

2 participants