Skip to content

ci: Only run Breaking Change Detector on GA (>= 1.0) components #9730

Description

@bshaffer

The Breaking Change Detector job in .github/workflows/release-checks.yaml currently checks all components in the repository, causing PRs with breaking changes in pre-1.0 / preview libraries (such as GeminiDataAnalytics at 0.x) to fail unless bypassed with BREAKING_CHANGE_REASON=.

While the detector is reporting accurately, we do not need to block or flag breaking changes in pre-1.0 (0.x) components. We should update the Breaking Change Detector to only check GA (>= 1.0.0 / release_level: stable) components (e.g., alongside the per-component BC check improvements in #9389).

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions