Skip to content

Adds script to detect breaking changes using semver #16541

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lucqui
Copy link
Contributor

@lucqui lucqui commented Jun 24, 2025

Which issue does this PR close?

Closes #16532

Rationale for this change

Sometimes, we'll forget to add the breaking change label, so it'll be sweet if we can have such a script.

Follow the page to develop the script: https://datafusion.apache.org/contributor-guide/api-health.html#breaking-changes

What changes are included in this PR?

Are these changes tested?

Local testing was performed. We will see this working in the ci process as well.

Are there any user-facing changes?

No. This is a developer experience enhancement.

- The three listed breaking changes are checked (see https://datafusion.apache.org/contributor-guide/api-health.html#breaking-changes)
- Integrates this with dev workflow
- Prompts user to take action
@github-actions github-actions bot added the development-process Related to development process of DataFusion label Jun 24, 2025
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 DataFusion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a script to detect breaking changes automatically
1 participant